Fix spacing
This commit is contained in:
parent
0f1cf84309
commit
99eaefc544
1 changed files with 6 additions and 6 deletions
12
init.el
12
init.el
|
@ -15,12 +15,12 @@
|
||||||
(unless (server-running-p) (server-start))
|
(unless (server-running-p) (server-start))
|
||||||
|
|
||||||
;; Global vars
|
;; Global vars
|
||||||
(defconst my/dir (file-name-directory load-file-name))
|
(defconst my/dir (file-name-directory load-file-name))
|
||||||
(defconst my/init-dir (expand-file-name "init" my/dir))
|
(defconst my/init-dir (expand-file-name "init" my/dir))
|
||||||
(defconst my/themes-dir (expand-file-name "themes" my/dir))
|
(defconst my/themes-dir (expand-file-name "themes" my/dir))
|
||||||
(defconst my/elisp-dir (expand-file-name "elisp" my/dir))
|
(defconst my/elisp-dir (expand-file-name "elisp" my/dir))
|
||||||
(defconst my/tmp-dir (expand-file-name "tmp" my/dir))
|
(defconst my/tmp-dir (expand-file-name "tmp" my/dir))
|
||||||
(defconst my/snippets-dir (expand-file-name "snippets" my/dir))
|
(defconst my/snippets-dir (expand-file-name "snippets" my/dir))
|
||||||
|
|
||||||
(defconst my/theme 'brin)
|
(defconst my/theme 'brin)
|
||||||
(defconst my/font "Inconsolata-14")
|
(defconst my/font "Inconsolata-14")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue