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:
parent
c1c966c811
commit
6471690782
1 changed files with 2 additions and 2 deletions
|
@ -1350,8 +1350,8 @@ between the two."
|
||||||
#'doom-disable-show-paren-mode-h
|
#'doom-disable-show-paren-mode-h
|
||||||
;; disable `show-trailing-whitespace'; shows a lot of false positives
|
;; disable `show-trailing-whitespace'; shows a lot of false positives
|
||||||
#'doom-disable-show-trailing-whitespace-h
|
#'doom-disable-show-trailing-whitespace-h
|
||||||
#'+org-enable-auto-reformat-tables-h
|
;; #'+org-enable-auto-reformat-tables-h
|
||||||
#'+org-enable-auto-update-cookies-h
|
;; #'+org-enable-auto-update-cookies-h
|
||||||
#'+org-make-last-point-visible-h)
|
#'+org-make-last-point-visible-h)
|
||||||
|
|
||||||
(add-hook! 'org-load-hook
|
(add-hook! 'org-load-hook
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue