Emacs: don't automatically byte-compile custom.el
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M emacs/.emacs.d/main.el → emacs/.emacs.d/main.el
@@ -499,6 +499,7 @@ ;;;; emacs-lisp (use-package auto-async-byte-compile + :custom ((auto-async-byte-compile-exclude-files-regexp "custom\\.el")) :ghook ('emacs-lisp-mode-hook #'enable-auto-async-byte-compile-mode)) ;;;; web modes (tsx, html)