|
@@ -19,8 +19,8 @@ to Doom One most of the time, but I like the Kaolin themes, as well as Nimbus
|
|
|
for it's retro charm. Nimbus just doesn't look great when I'm tired though.
|
|
|
#+BEGIN_SRC emacs-lisp
|
|
|
(setq doom-theme 'farmhouse-dark
|
|
|
- doom-font (font-spec :family "Iosevka" :size 14 :weight 'regular)
|
|
|
- doom-big-font (font-spec :family "Iosevka" :size 18)
|
|
|
+ doom-font (font-spec :family "Go Mono" :size 12 :weight 'regular)
|
|
|
+ doom-big-font (font-spec :family "Go Mono" :size 18)
|
|
|
doom-variable-pitch-font (font-spec :family "Overpass" :size 16))
|
|
|
#+END_SRC
|
|
|
** Borders
|
|
@@ -195,7 +195,7 @@ a serif font when I’m writing a lot of words.
|
|
|
|
|
|
(after! org
|
|
|
(setq org-directory (expand-file-name "~/var/org/")
|
|
|
- org-agenda-files (file-expand-wildcards "~/var/org/2020-*")
|
|
|
+ org-agenda-files (file-expand-wildcards "~/var/org/2021-*")
|
|
|
org-pretty-entities t
|
|
|
org-agenda-dim-blocked-tasks nil
|
|
|
org-log-done 'time
|