diff options
Diffstat (limited to 'evil-collection-calc.el')
| -rw-r--r-- | evil-collection-calc.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/evil-collection-calc.el b/evil-collection-calc.el index 25479be..3063aa0 100644 --- a/evil-collection-calc.el +++ b/evil-collection-calc.el @@ -29,6 +29,8 @@ (require 'evil) (require 'calc) +(declare-function evil-collection-inhibit-insert-state "evil-collection") + (defun evil-collection-calc-ext-setup () "Set up `evil' bindings for `calc'. Since calc bindings are set on-demand when calc-ext is load, we |
