mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-02 14:53:38 -05:00
perf(org): disable auto-reformat/update for tables/cookies
These two can *significantly* slow down larger org buffers for evil users, when switching modes (e.g. leaving insert/replace mode), so I am removing these if/when I find a better alternative. Though, they can still be done manually with `C-c C-c` (for cookies) and `TAB` in tables.
This commit is contained in:
@@ -1350,8 +1350,8 @@ between the two."
|
||||
#'doom-disable-show-paren-mode-h
|
||||
;; disable `show-trailing-whitespace'; shows a lot of false positives
|
||||
#'doom-disable-show-trailing-whitespace-h
|
||||
#'+org-enable-auto-reformat-tables-h
|
||||
#'+org-enable-auto-update-cookies-h
|
||||
;; #'+org-enable-auto-reformat-tables-h
|
||||
;; #'+org-enable-auto-update-cookies-h
|
||||
#'+org-make-last-point-visible-h)
|
||||
|
||||
(add-hook! 'org-load-hook
|
||||
|
Reference in New Issue
Block a user