diff options
| author | James Nguyen <james@jojojames.com> | 2018-06-08 10:18:17 -0700 |
|---|---|---|
| committer | James Nguyen <james@jojojames.com> | 2018-06-08 10:18:17 -0700 |
| commit | 36f56362cca9e31631d84e0417c8d4c94d0cc2f8 (patch) | |
| tree | 62ed693f6ad25861d43261b8281499802d84df5c /evil-collection-comint.el | |
| parent | 8c2c1e96f67dfbad3406860957f2264cfe63396f (diff) | |
Add declare-functions for evil-collection-define-key
Adding for byte compiling.
TODO: Should look into doing an import instead since we shouldn't need
to declare a function that our library should know about.
I think there was some circular dependency around evil-collection-*
requiring evil-collection.el so I went with the quick and dirty
approach of doing a declare-function. If someone has a better idea,
feel free to change this!
Diffstat (limited to 'evil-collection-comint.el')
| -rw-r--r-- | evil-collection-comint.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/evil-collection-comint.el b/evil-collection-comint.el index 6e8e554..1f2df1f 100644 --- a/evil-collection-comint.el +++ b/evil-collection-comint.el @@ -30,6 +30,7 @@ (require 'comint) (require 'evil) +(declare-function evil-collection-define-key "evil-collection.el") (defconst evil-collection-comint-maps '(comint-mode-map)) (defun evil-collection-comint-setup () |
