perf(emacs-lisp): elisp-demos: inhibit local-vars hooks

This commit is contained in:
Henrik Lissner 2024-08-22 22:30:46 -04:00
parent fbfed24167
commit ad26fcdbdd
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -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))))