diff options
| author | Pierre Neidhardt <ambrevar@gmail.com> | 2018-02-25 16:43:08 +0100 |
|---|---|---|
| committer | Pierre Neidhardt <ambrevar@gmail.com> | 2018-02-25 21:01:11 +0100 |
| commit | cec6ec72cdb4d94b956bf17c6f60d69b9523b214 (patch) | |
| tree | adf3d5bfe1be0d4d4c1a098b74ae6c99e3310b12 /evil-collection-elfeed.el | |
| parent | cdfb85186b81fd0d8c00c4d6fbbb9f7e5a8ba8f7 (diff) | |
Silence compiler warningsmark
Diffstat (limited to 'evil-collection-elfeed.el')
| -rw-r--r-- | evil-collection-elfeed.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/evil-collection-elfeed.el b/evil-collection-elfeed.el index 1b2835a..fc81f26 100644 --- a/evil-collection-elfeed.el +++ b/evil-collection-elfeed.el @@ -30,6 +30,10 @@ (require 'elfeed nil t) (require 'evil) +(defvar elfeed-search-mode-map) +(defvar elfeed-show-mode-map) +(declare-function evil-collection-inhibit-insert-state "evil-collection") + (defun evil-collection-elfeed-setup () "Set up `evil' bindings for `elfeed'." |
