diff options
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 |
