From 484569bcacf4f65b70fbc97d696f1dde9c09a552 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 14 Oct 2020 09:25:10 -0400 Subject: [PATCH] [emacs] Galaxy by default and no sticky agendas --- emacs/.doom.d/config.el | 3 +-- emacs/.doom.d/config.org | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/emacs/.doom.d/config.el b/emacs/.doom.d/config.el index 27ac4f5..28d17a2 100644 --- a/emacs/.doom.d/config.el +++ b/emacs/.doom.d/config.el @@ -3,7 +3,7 @@ (setq ivy-read-action-function #'ivy-hydra-read-action) -(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)) @@ -125,7 +125,6 @@ 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 diff --git a/emacs/.doom.d/config.org b/emacs/.doom.d/config.org index 5ee49fa..64e8359 100644 --- a/emacs/.doom.d/config.org +++ b/emacs/.doom.d/config.org @@ -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