aboutsummaryrefslogtreecommitdiffstats
path: root/mode-icons.el
diff options
context:
space:
mode:
Diffstat (limited to 'mode-icons.el')
-rw-r--r--mode-icons.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/mode-icons.el b/mode-icons.el
index cfa1452..823f7f2 100644
--- a/mode-icons.el
+++ b/mode-icons.el
@@ -136,7 +136,7 @@ the icon."
(member 'sml/pos-id-separator mode-line-format)
(string-match-p "powerline" (prin1-to-string mode-line-format)))))
-(defvar mode-icons-supported-p (icon-spec)
+(defun mode-icons-supported-p (icon-spec)
"Determine if ICON-SPEC is suppored on your system."
(or
(and (eq (nth 2 icon-spec) 'octicons) mode-icons-octicons-font (not (eq system-type 'windows-nt))