lang/emacs-lisp: remove auto-compile package

This package would clash with flycheck's byte-compilation checker. In
any case you should not be modifying byte-compiled files.
This commit is contained in:
Henrik Lissner 2019-05-15 20:23:17 -04:00
parent a4fb4070ea
commit 87771aaa1e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 1 additions and 10 deletions

View file

@ -3,7 +3,6 @@
(package! elisp-mode :built-in t)
(package! auto-compile)
(package! highlight-quoted)
(package! macrostep)
(package! overseer)