mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -05:00
General clean up
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
:config (add-hook! rust-mode 'flycheck-mode))
|
||||
|
||||
(use-package racer
|
||||
:if (file-exists-p "/usr/local/bin/racer")
|
||||
:when (file-exists-p "/usr/local/bin/racer")
|
||||
:config
|
||||
(setq racer-cmd "/usr/local/bin/racer"
|
||||
racer-rust-src-path "~/Dropbox/lib/rust/src/")
|
||||
|
Reference in New Issue
Block a user