|
@@ -18,7 +18,7 @@ I change my default theme almost as often as the weather. I tend to revert back
|
|
|
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 'doom-old-hope
|
|
|
+(setq doom-theme 'kaolin-galaxy
|
|
|
doom-font (font-spec :family "JetBrains Mono NL" :size 14 :weight 'semi-light)
|
|
|
doom-big-font (font-spec :family "JetBrains Mono NL" :size 18)
|
|
|
doom-variable-pitch-font (font-spec :family "Overpass" :size 16))
|
|
@@ -184,7 +184,6 @@ A handful of mods here clean up org mode. Line numbers don’t mean much when yo
|
|
|
org-agenda-files (file-expand-wildcards "~/var/org/2020-*")
|
|
|
org-pretty-entities t
|
|
|
org-agenda-dim-blocked-tasks nil
|
|
|
- org-agenda-sticky t
|
|
|
org-log-done 'time
|
|
|
org-hide-emphasis-markers t
|
|
|
org-fontify-whole-heading-line t
|