Commit eb752df751b7

Vincent Demeester <vincent@sbr.pm>
2021-07-22 16:09:49
tools/emacs: back at level 1…
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent b44abca
Changed files (1)
tools
emacs
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