diff --git a/modules/programming.el b/modules/programming.el index b853db4..01c9298 100644 --- a/modules/programming.el +++ b/modules/programming.el @@ -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)