Back to Go mono fonts

This commit is contained in:
Colin Powell
2020-03-11 23:53:29 -04:00
parent e333ca71f5
commit be51d3f5c4

View File

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