Selaa lähdekoodia

[emacs] Galaxy by default and no sticky agendas

Colin Powell 4 vuotta sitten
vanhempi
commit
484569bcac
2 muutettua tiedostoa jossa 2 lisäystä ja 4 poistoa
  1. 1 2
      emacs/.doom.d/config.el
  2. 1 2
      emacs/.doom.d/config.org

+ 1 - 2
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

+ 1 - 2
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