From 634a8c6d1305b5a8aa521a58c2fcfcc509929413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Wed, 10 Sep 2025 04:13:46 -0600 Subject: [PATCH] feat(emacs): Don't split lines with M-RET --- modules/home/users/msyds/emacs/lisp/syd/org.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/home/users/msyds/emacs/lisp/syd/org.el b/modules/home/users/msyds/emacs/lisp/syd/org.el index a966ec4..287fbb1 100644 --- a/modules/home/users/msyds/emacs/lisp/syd/org.el +++ b/modules/home/users/msyds/emacs/lisp/syd/org.el @@ -164,6 +164,7 @@ (org-enforce-todo-dependencies t) (org-image-actual-width nil) (org-imenu-depth 6) + (org-M-RET-may-split-line '((default . nil))) ;; Include some sane default CSS declarations when exporting to HTML. (org-html-head syd-org-default-css) ;; Don't right-align tags. @@ -172,8 +173,8 @@ (?B . warning) (?C . success))) ;; Stay out of my config dir! - (org-id-locations-file (file-name-concat syd-cache-dir - "org-id-locations")) + (org-id-locations-file (file-name-concat + syd-cache-dir "org-id-locations")) (org-cite-global-bibliography (list (expand-file-name "~/etc/liography.bib"))) ;; New headings should be inserted /after/ the heading's contents.