Fixed broken visual block multiline edits!

This commit is contained in:
Emmet 2023-08-08 22:08:46 -05:00
parent 6e969b64da
commit 3e85f49d31
2 changed files with 8 additions and 6 deletions

View file

@ -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)

View file

@ -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)