home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit efed796024b7497aac3b54526fafa44ef8ac8f56
parent 9c38c84ffeb255633fe7d686bded3f6256e603eb
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 12 Jun 2020 19:33:36 +0200

tools/emacs: add org-notes-dir to org-agenda-files…

This is where my knowledge base is now, it will have any todos that
were previously on `~/src/www/articles`.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-org.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/emacs/config/config-org.el b/tools/emacs/config/config-org.el @@ -37,9 +37,9 @@ ("C-c o c" . org-capture)) :config (setq org-agenda-files `(,org-projects-dir + ,org-notes-dir "~/src/home" "~/src/home/docs" - "~/src/www/articles" "~/src/www/posts") org-agenda-file-regexp "^[a-zA-Z0-9-_]+.org$" org-use-speed-commands t