[emacs] Update agenda for 2021 and fonts

This commit is contained in:
2021-05-27 14:23:12 -04:00
parent e51d0fc39d
commit ee30070587

View File

@ -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. for it's retro charm. Nimbus just doesn't look great when I'm tired though.
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(setq doom-theme 'farmhouse-dark (setq doom-theme 'farmhouse-dark
doom-font (font-spec :family "Iosevka" :size 14 :weight 'regular) doom-font (font-spec :family "Go Mono" :size 12 :weight 'regular)
doom-big-font (font-spec :family "Iosevka" :size 18) doom-big-font (font-spec :family "Go Mono" :size 18)
doom-variable-pitch-font (font-spec :family "Overpass" :size 16)) doom-variable-pitch-font (font-spec :family "Overpass" :size 16))
#+END_SRC #+END_SRC
** Borders ** Borders
@ -195,7 +195,7 @@ a serif font when Im writing a lot of words.
(after! org (after! org
(setq org-directory (expand-file-name "~/var/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-pretty-entities t
org-agenda-dim-blocked-tasks nil org-agenda-dim-blocked-tasks nil
org-log-done 'time org-log-done 'time