Adjust some doom stuff
This commit is contained in:
parent
66bb7d8b0e
commit
83844b5812
3 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
;;; ~/.doom.d/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(load-theme 'base16-chalk t)
|
||||
(load-theme 'doom-fairy-floss t)
|
||||
|
||||
;; Set to 2 spaces
|
||||
(setq default-tab-width 2)
|
||||
|
@ -21,7 +21,7 @@
|
|||
;; Maximize the window upon startup
|
||||
(add-to-list 'default-frame-alist '(fullscreen . maximized))
|
||||
|
||||
(setq doom-font (font-spec :family "Iosevka" :size 15))
|
||||
(setq doom-font (font-spec :family "Fantasque Sans Mono" :size 16))
|
||||
|
||||
(when (memq window-system '(mac ns x))
|
||||
(exec-path-from-shell-initialize))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue