Change aesthetic elements
This commit is contained in:
parent
3e06f3e07d
commit
bfc6444312
|
@ -1,4 +1,9 @@
|
|||
;;; .doom.d/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
;; Place your private configuration here
|
||||
;;
|
||||
;; Set Font and theme
|
||||
(setq doom-font (font-spec :family "Iosevka" :size 16))
|
||||
(setq doom-theme 'doom-city-lights)
|
||||
;; Start maximized
|
||||
(add-to-list 'default-frame-alist '(fullscreen . maximized))
|
||||
|
|
Loading…
Reference in New Issue