mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-21 01:34:34 +05:30
Fixed broken visual block multiline edits!
This commit is contained in:
parent
6e969b64da
commit
3e85f49d31
|
@ -193,9 +193,10 @@
|
||||||
;; ---- end block ---- ;;
|
;; ---- end block ---- ;;
|
||||||
|
|
||||||
;; Better org table editing
|
;; Better org table editing
|
||||||
(setq-default evil-insert-state-exit-hook '(org-update-parent-todo-statistics
|
;; This breaks multiline visual block edits
|
||||||
t))
|
;;(setq-default evil-insert-state-exit-hook '(org-update-parent-todo-statistics
|
||||||
(setq org-table-automatic-realign nil)
|
;; t))
|
||||||
|
;;(setq org-table-automatic-realign nil)
|
||||||
|
|
||||||
;; Better for org source blocks
|
;; Better for org source blocks
|
||||||
(setq electric-indent-mode nil)
|
(setq electric-indent-mode nil)
|
||||||
|
|
|
@ -260,9 +260,10 @@ Doom Emacs is traditionally installed by cloning the repository ([[https://githu
|
||||||
;; ---- end block ---- ;;
|
;; ---- end block ---- ;;
|
||||||
|
|
||||||
;; Better org table editing
|
;; Better org table editing
|
||||||
(setq-default evil-insert-state-exit-hook '(org-update-parent-todo-statistics
|
;; This breaks multiline visual block edits
|
||||||
t))
|
;;(setq-default evil-insert-state-exit-hook '(org-update-parent-todo-statistics
|
||||||
(setq org-table-automatic-realign nil)
|
;; t))
|
||||||
|
;;(setq org-table-automatic-realign nil)
|
||||||
|
|
||||||
;; Better for org source blocks
|
;; Better for org source blocks
|
||||||
(setq electric-indent-mode nil)
|
(setq electric-indent-mode nil)
|
||||||
|
|
Loading…
Reference in a new issue