summary refs log tree commit diff stats
path: root/emacs/.emacs.d/main.el
diff options
context:
space:
mode:
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)