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
|
#+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
|
||||||
|
|||||||
Reference in New Issue
Block a user