From 99eaefc544885e1bff19c2811efa8bf35797c5d0 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 13 Aug 2014 00:25:54 -0400 Subject: [PATCH] Fix spacing --- init.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/init.el b/init.el index 4c96dfb9b..2b6be0c9c 100644 --- a/init.el +++ b/init.el @@ -15,12 +15,12 @@ (unless (server-running-p) (server-start)) ;; Global vars -(defconst my/dir (file-name-directory load-file-name)) -(defconst my/init-dir (expand-file-name "init" my/dir)) -(defconst my/themes-dir (expand-file-name "themes" my/dir)) -(defconst my/elisp-dir (expand-file-name "elisp" my/dir)) -(defconst my/tmp-dir (expand-file-name "tmp" my/dir)) -(defconst my/snippets-dir (expand-file-name "snippets" my/dir)) +(defconst my/dir (file-name-directory load-file-name)) +(defconst my/init-dir (expand-file-name "init" my/dir)) +(defconst my/themes-dir (expand-file-name "themes" my/dir)) +(defconst my/elisp-dir (expand-file-name "elisp" my/dir)) +(defconst my/tmp-dir (expand-file-name "tmp" my/dir)) +(defconst my/snippets-dir (expand-file-name "snippets" my/dir)) (defconst my/theme 'brin) (defconst my/font "Inconsolata-14")