From 160f814b0dcb63ba4e21f63b18260c30b446f517 Mon Sep 17 00:00:00 2001 From: Matthew Fidler Date: Wed, 30 Mar 2016 14:21:50 -0500 Subject: [PATCH] Remove double // in file names --- mode-icons.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mode-icons.el b/mode-icons.el index 87a3860..340fae3 100644 --- a/mode-icons.el +++ b/mode-icons.el @@ -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.