From f32c0ffe571095c2e9525c9b0b9d4deb2a5f079d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 10 Jul 2019 20:43:02 +0200 Subject: Emacs: don't automatically byte-compile custom.el --- emacs/.emacs.d/main.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/.emacs.d/main.el') 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) -- cgit 1.4.1