Adjusting fonts and adding pcal bookmark to qutebrowser

This commit is contained in:
Colin Powell
2019-12-04 23:14:26 -05:00
parent 3bbc7f6bb8
commit 08f45cf876
4 changed files with 5 additions and 4 deletions

View File

@ -13,8 +13,8 @@
(setq doom-theme 'doom-peacock)
;; Fonts
(setq doom-font (font-spec :family "Go Mono" :size 14))
(setq doom-big-font (font-spec :family "Go Mono" :size 21))
(setq doom-font (font-spec :family "Go Mono" :size 12))
(setq doom-big-font (font-spec :family "Go Mono" :size 19))
(set-frame-parameter nil 'internal-border-width 10)