summaryrefslogtreecommitdiff
path: root/evil-collection-cus-theme.el
diff options
context:
space:
mode:
authorJames Nguyen <james@jojojames.com>2018-06-08 10:32:02 -0700
committerJames Nguyen <james@jojojames.com>2018-06-08 10:32:02 -0700
commit04268dcadccad49f88b9a0ca3fcc0d1047c6c4eb (patch)
treeaf46b1cf43ee9c36c3922fef56742b925fa328d3 /evil-collection-cus-theme.el
parentd44ced31bc30b227c9543f49b2dbcf242a2d0a01 (diff)
Remove .el in declare-function
Diffstat (limited to 'evil-collection-cus-theme.el')
-rw-r--r--evil-collection-cus-theme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-collection-cus-theme.el b/evil-collection-cus-theme.el
index 8614241..72475c5 100644
--- a/evil-collection-cus-theme.el
+++ b/evil-collection-cus-theme.el
@@ -30,7 +30,7 @@
(require 'cus-theme)
(require 'evil)
-(declare-function evil-collection-define-key "evil-collection.el")
+(declare-function evil-collection-define-key "evil-collection")
(defconst evil-collection-cus-theme-maps '(custom-theme-choose-mode-map
custom-new-theme-mode-map))