diff options
author | Alan Pearce | 2019-07-10 20:43:02 +0200 |
---|---|---|
committer | Alan Pearce | 2019-07-10 20:43:02 +0200 |
commit | f32c0ffe571095c2e9525c9b0b9d4deb2a5f079d (patch) | |
tree | fd9f59790e8e9cdedc38f780bf477a4b73d3d81b /emacs | |
parent | 38f8ec5f423ad82b4018869d5f9cdaf855f81cf2 (diff) | |
download | dotfiles-f32c0ffe571095c2e9525c9b0b9d4deb2a5f079d.tar.lz dotfiles-f32c0ffe571095c2e9525c9b0b9d4deb2a5f079d.tar.zst dotfiles-f32c0ffe571095c2e9525c9b0b9d4deb2a5f079d.zip |
Emacs: don't automatically byte-compile custom.el
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/main.el | 1 |
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) |