Ever think hey this line should be moved up a couple of spaces because
it looks prettier? Yeah...
This commit is contained in:
parent
f652f88d01
commit
f1a5e6aa8d
|
@ -1,5 +1,8 @@
|
||||||
;;; ~/.doom.d/config.el -*- lexical-binding: t; -*-
|
;;; ~/.doom.d/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
|
;; Use "," as leader.
|
||||||
|
(setq doom-localleader-key ",")
|
||||||
|
|
||||||
;; Set font
|
;; Set font
|
||||||
(setq doom-font (font-spec :family "FuraCode NF" :size 12))
|
(setq doom-font (font-spec :family "FuraCode NF" :size 12))
|
||||||
(pcase (system-name)
|
(pcase (system-name)
|
||||||
|
@ -9,7 +12,6 @@
|
||||||
(font-put doom-font :size 15))
|
(font-put doom-font :size 15))
|
||||||
)
|
)
|
||||||
|
|
||||||
(setq doom-localleader-key ",")
|
|
||||||
;; Use an image splash
|
;; Use an image splash
|
||||||
(setq fancy-splash-image (concat doom-private-dir "doom.png"))
|
(setq fancy-splash-image (concat doom-private-dir "doom.png"))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user