Skip to content

Commit

Permalink
enable eldoc for rust/racer
Browse files Browse the repository at this point in the history
  • Loading branch information
yangbo authored and bmag committed Jun 26, 2018
1 parent ae407c2 commit d473121
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layers/+lang/rust/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
:init
(progn
(spacemacs/add-to-hook 'rust-mode-hook '(racer-mode))
(spacemacs/add-to-hook 'racer-mode-hook '(eldoc-mode))
(spacemacs/declare-prefix-for-mode 'rust-mode "mg" "goto")
(add-to-list 'spacemacs-jump-handlers-rust-mode 'racer-find-definition)
(spacemacs/declare-prefix-for-mode 'rust-mode "mh" "help")
Expand Down

0 comments on commit d473121

Please sign in to comment.