mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Minor refactors across the board
This commit is contained in:
@ -52,8 +52,8 @@ This marks a foldable marker for `outline-minor-mode' in elisp buffers.")
|
||||
;; initialization
|
||||
+emacs-lisp|extend-imenu))
|
||||
|
||||
;; Flycheck produces a *lot* of false positives in emacs configs, so disable
|
||||
;; it when you're editing them
|
||||
;; Flycheck's two emacs-lisp checkers produce a *lot* of false positives in
|
||||
;; emacs configs, so disable it when you're editing them
|
||||
(add-hook 'flycheck-mode-hook #'+emacs-lisp|disable-flycheck-maybe)
|
||||
|
||||
;; Special fontification for elisp
|
||||
|
Reference in New Issue
Block a user