refactor(org): remove unused hooks
These hooks had the potential to be too expensive (in larger Org files) to be enabled by default.
This commit is contained in:
parent
f6e65c4010
commit
cc358a60c4
3 changed files with 1 additions and 20 deletions
|
@ -1305,10 +1305,7 @@ between the two."
|
|||
;; `org-indent-mode', so we turn off show-paren-mode altogether
|
||||
#'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
|
||||
)
|
||||
#'doom-disable-show-trailing-whitespace-h)
|
||||
|
||||
(add-hook! 'org-load-hook
|
||||
#'+org-init-org-directory-h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue