about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2023-02-02 08:22:34 +0000
committerDavid Morgan <djm_uk@protonmail.com>2023-02-02 08:22:34 +0000
commit3382598069d3fa059de056fd3d02b3d8696dbb60 (patch)
tree6ac165d7028367ab0214c014dbfa1db802a2ca4b /.emacs.d
parent816e1ee7e8333110104e8813b73b92da4728cf28 (diff)
downloaddotfiles-3382598069d3fa059de056fd3d02b3d8696dbb60.tar.gz
Don't wait for flycheck before loading flycheck-indicator
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-modeline.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-modeline.el b/.emacs.d/lisp/init-modeline.el
index 25fd1b5..26f753d 100644
--- a/.emacs.d/lisp/init-modeline.el
+++ b/.emacs.d/lisp/init-modeline.el
@@ -23,7 +23,6 @@
       simple-modeline-segment-major-mode))))
 
 (use-package flycheck-indicator
-  :after flycheck
   :hook (flycheck-mode . flycheck-indicator-mode)
   :custom
   (flycheck-indicator-icon-error 9632)