diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-11-06T21·26+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-11-06T21·26+0100 |
commit | 5f5abc05ba1b86689477669290b61a39ad35f5c0 (patch) | |
tree | 7a1651d5a506c4ed09df8c232fea73db3d73db39 /init.el | |
parent | 8996bceea1ed99cc13a7dd3f030395487a0d6ac9 (diff) |
fix(rust): Include automatically & set racer path
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index 27a0bec35a39..e7357bb4cee0 100644 --- a/init.el +++ b/init.el @@ -76,6 +76,7 @@ bindings eshell-setup haskell-setup + rust-setup )) (add-to-list 'load-path (concat user-emacs-directory "scripts")) |