dotfiles

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

commit ef8411dfe14048697dd9c963a6a8c942d96857de
parent a20ae6608caa4f00ab4e4a5b788bc43c85d99686
Author: Anders Hedman <anders.hedman01@gmail.com>
Date:   Sun, 18 Dec 2022 13:18:36 +0100

doom(fix): maxlevel 0 broke org-refile-get-targets

Diffstat:
M.doom.d/config.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.doom.d/config.el b/.doom.d/config.el @@ -104,7 +104,7 @@ (setq org-refile-targets '(("archive.org" :maxlevel . 1) ("todo.org" :maxlevel . 1) - ("docs.org" :maxlevel . 0) + ("docs.org" :maxlevel . 1) )) (setq org-capture-templates '(("t" "todo" entry