Ever think hey this line should be moved up a couple of spaces because

it looks prettier?

Yeah...
This commit is contained in:
James Patrick 2020-06-02 23:25:02 -04:00
parent f652f88d01
commit f1a5e6aa8d
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,8 @@
;;; ~/.doom.d/config.el -*- lexical-binding: t; -*-
;; Use "," as leader.
(setq doom-localleader-key ",")
;; Set font
(setq doom-font (font-spec :family "FuraCode NF" :size 12))
(pcase (system-name)
@ -9,7 +12,6 @@
(font-put doom-font :size 15))
)
(setq doom-localleader-key ",")
;; Use an image splash
(setq fancy-splash-image (concat doom-private-dir "doom.png"))