Browse Source

Add keybinding

main
parent
commit
e1d8363f47
  1. 7
      README.org
  2. 3
      init.el

7
README.org

@ -595,6 +595,13 @@ Configure agenda sources.
"~/.local/source/brain/daily/"))
#+end_src
Open an agenda buffer with =SPC a=.
#+begin_src emacs-lisp
(dotfiles/leader
"a" '(org-agenda :which-key "Agenda"))
#+end_src
** Blogging
https://github.com/kaushalmodi/ox-hugo

3
init.el

@ -242,6 +242,9 @@
(setq org-agenda-files '("~/.local/source/secrets/"
"~/.local/source/brain/daily/"))
(dotfiles/leader
"a" '(org-agenda :which-key "Agenda"))
(use-package ox-hugo
:after ox)

Loading…
Cancel
Save