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:
parent
a4fb4070ea
commit
87771aaa1e
2 changed files with 1 additions and 10 deletions
|
@ -45,9 +45,7 @@ This marks a foldable marker for `outline-minor-mode' in elisp buffers.")
|
|||
(add-to-list 'doom-detect-indentation-excluded-modes 'emacs-lisp-mode nil #'eq)
|
||||
|
||||
(add-hook! 'emacs-lisp-mode-hook
|
||||
#'(;; 3rd-party functionality
|
||||
auto-compile-on-save-mode
|
||||
outline-minor-mode
|
||||
#'(outline-minor-mode
|
||||
;; fontificiation
|
||||
rainbow-delimiters-mode
|
||||
highlight-quoted-mode
|
||||
|
@ -79,12 +77,6 @@ This marks a foldable marker for `outline-minor-mode' in elisp buffers.")
|
|||
;;
|
||||
;;; Packages
|
||||
|
||||
;;;###package auto-compile
|
||||
(setq auto-compile-display-buffer nil
|
||||
auto-compile-use-mode-line nil
|
||||
auto-compile-check-parens nil)
|
||||
|
||||
|
||||
(when (featurep! :editor evil)
|
||||
(after! macrostep
|
||||
(evil-define-key* 'normal macrostep-keymap
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
(package! elisp-mode :built-in t)
|
||||
|
||||
(package! auto-compile)
|
||||
(package! highlight-quoted)
|
||||
(package! macrostep)
|
||||
(package! overseer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue