mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-24 02:20:29 +01:00
Fix some typos
This commit is contained in:
parent
11c523da66
commit
c7a0a4320d
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ the icon."
|
||||||
(member 'sml/pos-id-separator mode-line-format)
|
(member 'sml/pos-id-separator mode-line-format)
|
||||||
(string-match-p "powerline" (prin1-to-string 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."
|
"Determine if ICON-SPEC is suppored on your system."
|
||||||
(or
|
(or
|
||||||
(and (eq (nth 2 icon-spec) 'octicons) mode-icons-octicons-font (not (eq system-type 'windows-nt))
|
(and (eq (nth 2 icon-spec) 'octicons) mode-icons-octicons-font (not (eq system-type 'windows-nt))
|
||||||
|
|
Loading…
Reference in a new issue