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

@ -91,7 +91,7 @@
org-refile-targets '(("~/org/today.org" :maxlevel . 2)
("~/org/someday.org" :maxlevel . 2)
("~/org/projects.org" :maxlevel . 2)
("~/org/reminders.org" :maxlevel . 2)
("~/org/inbox.org" :maxlevel . 2)
("~/org/15five.org" :maxlevel . 2))))
;; org-match-sparse-tree
;;

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)