diff options
Diffstat (limited to 'evil-collection-ztree.el')
| -rw-r--r-- | evil-collection-ztree.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/evil-collection-ztree.el b/evil-collection-ztree.el index 8d93f63..1d049ae 100644 --- a/evil-collection-ztree.el +++ b/evil-collection-ztree.el @@ -29,6 +29,10 @@ (require 'evil) (require 'ztree nil t) +(declare-function evil-collection-inhibit-insert-state "evil-collection") +(defvar ztree-mode-map) +(defvar ztreediff-mode-map) + (defun evil-collection-ztree-setup () "Set up `evil' bindings for `ztree'." |
