home

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

commit eb752df751b73b61fbbc1d52b7418a1a85f460bd
parent b44abcaed4c7c6212f58abe2742ebb2c425de8d4
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 22 Jul 2021 16:09:49 +0200

tools/emacs: back at level 1…

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 @@ -106,7 +106,7 @@ (directory-files org-projects-dir nil ".org") (--remove (s-starts-with? "." it)) (--map (format "%s/%s" org-projects-dir it)) - (--map `(,it :level . 2)))) + (--map `(,it :level . 1)))) org-refile-use-outline-path 'file org-refile-allow-creating-parent-nodes 'confirm org-outline-path-complete-in-steps nil