pinwheel: Don't trigger flycheck-rust-setup when in flycheck-mode
This commit is contained in:
@@ -593,11 +593,7 @@ Setup prefix for keybindings.
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package flycheck-rust)
|
||||
|
||||
(use-package rust-mode
|
||||
:hook (
|
||||
(flycheck-mode . #'flycheck-rust-setup)
|
||||
)
|
||||
)
|
||||
(use-package rust-mode)
|
||||
#+END_SRC
|
||||
** GLSL
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
||||
Reference in New Issue
Block a user