mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-21 17:40:30 +01:00
Remove double // in file names
This commit is contained in:
parent
069cc21c7f
commit
160f814b0d
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@
|
|||
|
||||
ICON should be a file name with extension. The result is the
|
||||
absolute path to ICON."
|
||||
(concat mode-icons--directory "/icons/" icon))
|
||||
(expand-file-name icon (expand-file-name "icons" mode-icons--directory)))
|
||||
|
||||
(defmacro mode-icons-save-buffer-state (&rest body)
|
||||
"Eval BODY saving buffer state.
|
||||
|
|
Loading…
Reference in a new issue