mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix spacing
This commit is contained in:
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")
|
||||||
|
Reference in New Issue
Block a user