|
@ -801,7 +801,8 @@ Create a keybinding to open the mail dashboard with =SPC m=. |
|
|
Configure agenda sources. |
|
|
Configure agenda sources. |
|
|
|
|
|
|
|
|
#+begin_src emacs-lisp |
|
|
#+begin_src emacs-lisp |
|
|
(setq org-agenda-files '("~/.local/source/secrets/org/")) |
|
|
|
|
|
|
|
|
(setq org-agenda-files '("~/.local/source/secrets/org/" |
|
|
|
|
|
"~/.local/source/dotfiles/daily/")) |
|
|
#+end_src |
|
|
#+end_src |
|
|
|
|
|
|
|
|
Open an agenda buffer with =SPC a=. |
|
|
Open an agenda buffer with =SPC a=. |
|
@ -838,8 +839,6 @@ Screencast controls behind =SPC s=. |
|
|
"sp" '(gif-screencast-toggle-pause :which-key "Pause")) |
|
|
"sp" '(gif-screencast-toggle-pause :which-key "Pause")) |
|
|
#+end_src |
|
|
#+end_src |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
** Projects |
|
|
** Projects |
|
|
:PROPERTIES: |
|
|
:PROPERTIES: |
|
|
:header-args: :tangle ~/.local/source/dotfiles/modules/projects.el :results silent |
|
|
:header-args: :tangle ~/.local/source/dotfiles/modules/projects.el :results silent |
|
|