General cleanup (again)

This commit is contained in:
Henrik Lissner 2016-03-29 23:13:31 -04:00
parent 53c94b8273
commit f9f0b9a2e4
11 changed files with 84 additions and 85 deletions

View file

@ -10,10 +10,11 @@
:config (add-hook! rust-mode 'flycheck-mode))
(use-package racer
:when (file-exists-p (concat narf-ext-dir "/racer"))
:config
:preface
(setq racer-cmd (concat narf-ext-dir "/racer")
racer-rust-src-path (concat narf-ext-dir "/rust/src/"))
:when (file-exists-p racer-cmd)
:config
(map! :map rust-mode-map :m "gd" 'racer-find-definition)
;; TODO Unit test keybinds