Change aesthetic elements

This commit is contained in:
2019-12-04 04:42:19 +01:00
parent 3e06f3e07d
commit bfc6444312

View File

@@ -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))