diff options
| author | Yutian Li <hotpxless@gmail.com> | 2018-04-20 18:40:02 -0700 |
|---|---|---|
| committer | Eivind Fonn <evfonn@gmail.com> | 2018-04-22 15:26:55 +0200 |
| commit | 9589f2c099bb9cc4b7e04097fe339d82a7288cad (patch) | |
| tree | 10f1335acd40c2dce6c8425fe7beb99cd9259ee8 /evil-integration.el | |
| parent | c53f8cac4897a360bc19fa4b49b556ab39c4cfee (diff) | |
Evil window selection should trigger ElDoc.
Diffstat (limited to 'evil-integration.el')
| -rw-r--r-- | evil-integration.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/evil-integration.el b/evil-integration.el index 48f01cf..bc08611 100644 --- a/evil-integration.el +++ b/evil-integration.el @@ -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 |
