all repos — archive/dotfiles @ f32c0ffe571095c2e9525c9b0b9d4deb2a5f079d

Superseded by nixfiles

Emacs: don't automatically byte-compile custom.el
Alan Pearce alan@alanpearce.eu
Wed, 10 Jul 2019 20:43:02 +0200
commit

f32c0ffe571095c2e9525c9b0b9d4deb2a5f079d

parent

38f8ec5f423ad82b4018869d5f9cdaf855f81cf2

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.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)