summary refs log tree commit diff stats
path: root/emacs/.emacs.d/main.el
diff options
context:
space:
mode:
authorAlan Pearce2019-07-10 20:43:02 +0200
committerAlan Pearce2019-07-10 20:43:02 +0200
commitf32c0ffe571095c2e9525c9b0b9d4deb2a5f079d (patch)
treefd9f59790e8e9cdedc38f780bf477a4b73d3d81b /emacs/.emacs.d/main.el
parent38f8ec5f423ad82b4018869d5f9cdaf855f81cf2 (diff)
downloaddotfiles-f32c0ffe571095c2e9525c9b0b9d4deb2a5f079d.tar.lz
dotfiles-f32c0ffe571095c2e9525c9b0b9d4deb2a5f079d.tar.zst
dotfiles-f32c0ffe571095c2e9525c9b0b9d4deb2a5f079d.zip
Emacs: don't automatically byte-compile custom.el
Diffstat (limited to 'emacs/.emacs.d/main.el')
-rw-r--r--emacs/.emacs.d/main.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 0b74fd6..ab3e40a 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -499,6 +499,7 @@ With two prefix arguments, write out the day and month name."
 ;;;; 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)