Change aesthetic elements

This commit is contained in:
coolneng 2019-12-04 04:42:19 +01:00
parent 3e06f3e07d
commit bfc6444312
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 5 additions and 0 deletions

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