pinwheel: Don't trigger flycheck-rust-setup when in flycheck-mode

This commit is contained in:
Alexander Heldt
2024-06-19 13:02:49 +02:00
parent 105b2cee88
commit 380a337727

View File

@@ -593,11 +593,7 @@ Setup prefix for keybindings.
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package flycheck-rust) (use-package flycheck-rust)
(use-package rust-mode (use-package rust-mode)
:hook (
(flycheck-mode . #'flycheck-rust-setup)
)
)
#+END_SRC #+END_SRC
** GLSL ** GLSL
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp