diff options
| author | Eivind Fonn <evfonn@gmail.com> | 2018-04-22 15:27:10 +0200 |
|---|---|---|
| committer | Eivind Fonn <evfonn@gmail.com> | 2018-04-22 15:27:10 +0200 |
| commit | 66c7da54fbd8a0e935736ca3a07e3d9a24337ea5 (patch) | |
| tree | 10f1335acd40c2dce6c8425fe7beb99cd9259ee8 | |
| parent | c53f8cac4897a360bc19fa4b49b556ab39c4cfee (diff) | |
| parent | 9589f2c099bb9cc4b7e04097fe339d82a7288cad (diff) | |
Merge branch 'pr-1044'
| -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 |
