[emacs] Add matrix client and sticky org agendas

This commit is contained in:
2020-10-06 17:49:06 -04:00
parent 533c1950c4
commit e306720f5c
3 changed files with 9 additions and 0 deletions

View File

@ -184,6 +184,7 @@ 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-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
@ -364,6 +365,7 @@ There's gotta be a way to get the token out of password-store for this.
(:prefix "="
:desc "Open mastodon" "=" #'mastodon
:desc "Update Mastodon timeline" "u" #'mastodon-tl--update
:desc "More Mastodon timeline" "m" #'mastodon-tl--more
:desc "Toot to Mastodon" "t" #'mastodon-toot))
#+END_SRC
* Slack