mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
perf(emacs-lisp): elisp-demos: inhibit local-vars hooks
This commit is contained in:
@ -234,6 +234,7 @@ See `+emacs-lisp-non-package-mode' for details.")
|
|||||||
:around #'elisp-demos--symbols
|
:around #'elisp-demos--symbols
|
||||||
:around #'elisp-demos--syntax-highlight
|
:around #'elisp-demos--syntax-highlight
|
||||||
(let ((org-inhibit-startup t)
|
(let ((org-inhibit-startup t)
|
||||||
|
(doom-inhibit-local-var-hooks t)
|
||||||
enable-dir-local-variables
|
enable-dir-local-variables
|
||||||
org-mode-hook)
|
org-mode-hook)
|
||||||
(apply fn args))))
|
(apply fn args))))
|
||||||
|
Reference in New Issue
Block a user