Browse Source

[emacs] Update agenda for 2021 and fonts

Colin Powell 4 years ago
parent
commit
ee30070587
1 changed files with 3 additions and 3 deletions
  1. 3 3
      emacs/.config/doom/config.org

+ 3 - 3
emacs/.config/doom/config.org

@@ -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-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))
       doom-variable-pitch-font (font-spec :family "Overpass" :size 16))
 #+END_SRC
 #+END_SRC
 ** Borders
 ** Borders
@@ -195,7 +195,7 @@ a serif font when I’m 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