Increase default font size for emacs

This commit is contained in:
Colin Powell
2020-03-18 13:47:58 -04:00
parent 9952910e79
commit e3da570fdf
3 changed files with 21 additions and 4 deletions

View File

@ -3,8 +3,8 @@
(setq doom-theme 'kaolin-valley-dark)
;; Fonts
(setq doom-font (font-spec :family "Go Mono" :size 10))
(setq doom-big-font (font-spec :family "Go Mono" :size 16))
(setq doom-font (font-spec :family "Go Mono" :size 12))
(setq doom-big-font (font-spec :family "Go Mono" :size 18))
(set-frame-parameter nil 'internal-border-width 20) ; applies to the current frame
;; or