Use correct emacs-racer path

This commit is contained in:
Wojciech Kozlowski 2017-09-09 00:30:16 +01:00
parent d6aedf768f
commit dd850f8b5a

View File

@ -142,7 +142,7 @@
;; and the Rust libstd sources must be installed.
;; $ rustup component add rust-src
;; $ cargo install racer
(add-to-list 'load-path "~/.emacs.d/racer")
(add-to-list 'load-path "~/.emacs.d/emacs-racer")
(use-package racer
:init
(add-hook 'rust-mode-hook #'racer-mode)