doom.d/config.el

10 lines
289 B
EmacsLisp
Raw Normal View History

2019-12-03 23:21:32 +01:00
;;; .doom.d/config.el -*- lexical-binding: t; -*-
;; Place your private configuration here
2019-12-04 04:42:19 +01:00
;;
;; Set Font and theme
2019-12-03 23:21:32 +01:00
(setq doom-font (font-spec :family "Iosevka" :size 16))
2019-12-04 04:42:19 +01:00
(setq doom-theme 'doom-city-lights)
;; Start maximized
(add-to-list 'default-frame-alist '(fullscreen . maximized))