diff --git a/hosts/pinwheel/modules/emacs/config.org b/hosts/pinwheel/modules/emacs/config.org index bc87f39..b0b4011 100644 --- a/hosts/pinwheel/modules/emacs/config.org +++ b/hosts/pinwheel/modules/emacs/config.org @@ -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