[emacs] Galaxy by default and no sticky agendas

This commit is contained in:
2020-10-14 09:25:10 -04:00
parent 1bae1768a6
commit 484569bcac
2 changed files with 2 additions and 4 deletions

View File

@ -3,7 +3,7 @@
(setq ivy-read-action-function #'ivy-hydra-read-action) (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-font (font-spec :family "JetBrains Mono NL" :size 14 :weight 'semi-light)
doom-big-font (font-spec :family "JetBrains Mono NL" :size 18) doom-big-font (font-spec :family "JetBrains Mono NL" :size 18)
doom-variable-pitch-font (font-spec :family "Overpass" :size 16)) doom-variable-pitch-font (font-spec :family "Overpass" :size 16))
@ -125,7 +125,6 @@
org-agenda-files (file-expand-wildcards "~/var/org/2020-*") org-agenda-files (file-expand-wildcards "~/var/org/2020-*")
org-pretty-entities t org-pretty-entities t
org-agenda-dim-blocked-tasks nil org-agenda-dim-blocked-tasks nil
org-agenda-sticky t
org-log-done 'time org-log-done 'time
org-hide-emphasis-markers t org-hide-emphasis-markers t
org-fontify-whole-heading-line t org-fontify-whole-heading-line t

View File

@ -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 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 'doom-old-hope (setq doom-theme 'kaolin-galaxy
doom-font (font-spec :family "JetBrains Mono NL" :size 14 :weight 'semi-light) 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-big-font (font-spec :family "JetBrains Mono NL" :size 18)
doom-variable-pitch-font (font-spec :family "Overpass" :size 16)) 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 dont mean much when yo
org-agenda-files (file-expand-wildcards "~/var/org/2020-*") org-agenda-files (file-expand-wildcards "~/var/org/2020-*")
org-pretty-entities t org-pretty-entities t
org-agenda-dim-blocked-tasks nil org-agenda-dim-blocked-tasks nil
org-agenda-sticky t
org-log-done 'time org-log-done 'time
org-hide-emphasis-markers t org-hide-emphasis-markers t
org-fontify-whole-heading-line t org-fontify-whole-heading-line t