Commit b97e5cd6fda9

Vincent Demeester <vincent@sbr.pm>
2025-01-16 19:48:09
tools/emacs: configure org-M-RET-may-split-line…
… thank you prot ! Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 0640e83
Changed files (1)
tools
emacs
tools/emacs/config/config-org.el
@@ -131,7 +131,7 @@
    (tags . " %i")
    (search . " %i")))
   (org-insert-heading-respect-content t)
-
+  (org-M-RET-may-split-line '((default . nil)))
   (org-goto-interface 'outline-path-completion)
   (org-outline-path-complete-in-steps nil)
   (org-goto-max-level 2)