diff options
| author | Fredrik Bergroth <fbergroth@gmail.com> | 2017-11-15 10:13:25 +0100 |
|---|---|---|
| committer | James N <james@jojojames.com> | 2017-11-15 18:43:58 -0800 |
| commit | b1f3c4288c2cf81404bb067a8b444db287c291b2 (patch) | |
| tree | 8957db2cd83f8331db6a6992e6b321854fb05d08 /evil-helm.el | |
| parent | a4d3719e4f692e99df4f8f289e76df09f111a637 (diff) | |
Forward declare mode-maps
Diffstat (limited to 'evil-helm.el')
| -rw-r--r-- | evil-helm.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/evil-helm.el b/evil-helm.el index 26fb694..7323848 100644 --- a/evil-helm.el +++ b/evil-helm.el @@ -38,6 +38,10 @@ ;; down the file system hierarchy since we need them to use it to edit the ;; minibuffer content. +(defvar helm-map) +(defvar helm-find-files-map) +(defvar helm-read-file-map) + (defun evil-helm-setup () ;; TODO: We should not modify helm-map in Emacs state but somehow it does not ;; work otherwise. |
