dotfiles

andersuno dotfiles
git clone git://git.andersuno.nu/dotfiles.git
Log | Files | Refs | README

commit a20ae6608caa4f00ab4e4a5b788bc43c85d99686
parent 069c520a2426f74c27d156726c1361ee2f44d7db
Author: Anders Hedman <anders.hedman01@gmail.com>
Date:   Sun, 18 Dec 2022 11:10:28 +0100

doom: Added docs.org to refile targets

Diffstat:
M.doom.d/config.el | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.doom.d/config.el b/.doom.d/config.el @@ -102,8 +102,9 @@ (setq org-log-done 'time) (setq org-log-into-drawer t) (setq org-refile-targets - '(("archive.org" :maxlevel . 1) - ("todo.org" :maxlevel . 1) + '(("archive.org" :maxlevel . 1) + ("todo.org" :maxlevel . 1) + ("docs.org" :maxlevel . 0) )) (setq org-capture-templates '(("t" "todo" entry