summaryrefslogtreecommitdiffstatshomepage
path: root/nroam.el
diff options
context:
space:
mode:
Diffstat (limited to 'nroam.el')
-rw-r--r--nroam.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/nroam.el b/nroam.el
index ff2b992..84af184 100644
--- a/nroam.el
+++ b/nroam.el
@@ -189,6 +189,7 @@ Make the region inserted by BODY read-only, and marked with
(with-buffer-modified-unmodified
(save-excursion
(goto-char p)
+ (nroam--ensure-empty-line)
(with-nroam-markers
(seq-do #'funcall nroam-sections))
(when (nroam--sections-inserted-p)