Skip to content

Commit

Permalink
Evil window selection should trigger ElDoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
hotpxl authored and TheBB committed Apr 22, 2018
1 parent c53f8ca commit 9589f2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions evil-integration.el
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,11 @@ Based on `evil-enclose-ace-jump-for-motion'."
(eval-after-load 'abbrev
'(add-hook 'evil-insert-state-exit-hook 'expand-abbrev)))

;;; ElDoc
(eval-after-load 'eldoc
'(when (fboundp 'eldoc-add-command-completions)
(eldoc-add-command-completions "evil-window-")))

(provide 'evil-integration)

;;; evil-integration.el ends here

0 comments on commit 9589f2c

Please sign in to comment.