Emacs: don't automatically byte-compile custom.el
Alan Pearce alan@alanpearce.eu
Wed, 10 Jul 2019 20:43:02 +0200
1 files changed, 1 insertions(+), 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)