mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-06-07 08:14:16 -04:00
auto-compile: No longer inhibit when HEAD is detached
This commit is contained in:
parent
35792d36b9
commit
1de7198d71
4
init.el
4
init.el
@ -39,9 +39,7 @@
|
||||
(setq auto-compile-mode-line-counter t)
|
||||
(setq auto-compile-source-recreate-deletes-dest t)
|
||||
(setq auto-compile-toggle-deletes-nonlib-dest t)
|
||||
(setq auto-compile-update-autoloads t)
|
||||
(add-hook 'auto-compile-inhibit-compile-hook
|
||||
'auto-compile-inhibit-compile-detached-git-head))
|
||||
(setq auto-compile-update-autoloads t))
|
||||
|
||||
(use-package epkg
|
||||
:defer t
|
||||
|
Loading…
x
Reference in New Issue
Block a user