diff --git a/configuration.org b/configuration.org index 8e2ca01..cc0d48a 100644 --- a/configuration.org +++ b/configuration.org @@ -783,9 +783,10 @@ to the beginning of the file." (open-line-above) (open-line-below)) (insert "\"\"\"") - (open-line-below) - (insert "\"\"\"") - (open-line-above))) + (let ((point-pos (point))) + (open-line-below) + (insert "\"\"\"\n") + (goto-char point-pos)))) #+END_SRC ** ~idm~ (ID manager) related functions