mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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--syntax-highlight
|
||||
(let ((org-inhibit-startup t)
|
||||
(doom-inhibit-local-var-hooks t)
|
||||
enable-dir-local-variables
|
||||
org-mode-hook)
|
||||
(apply fn args))))
|
||||
|
Reference in New Issue
Block a user