aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config
diff options
context:
space:
mode:
Diffstat (limited to 'Emacs/.config')
-rw-r--r--Emacs/.config/emacs/config.org5
1 files changed, 3 insertions, 2 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org
index d479af6..e0d844d 100644
--- a/Emacs/.config/emacs/config.org
+++ b/Emacs/.config/emacs/config.org
@@ -1345,7 +1345,8 @@ don't need to write everything myself.
(with-eval-after-load "autoinsert"
(define-auto-insert '("COMMIT_EDITMSG" , "Commit")
'(nil
- "(" (read-string "Enter feature/module: ") ")" (read-string "Enter simple description: ") "\n\n"
+ "(" (read-string "Enter feature/module: ") ")"
+ (read-string "Enter simple description: ") "\n\n"
_))))
(use-package evil-magit
@@ -1700,7 +1701,7 @@ vanilla =org-goto=. Also records for auto insertion.
'("Enter title: "
"#+title: " str | (buffer-file-name) "\n"
"#+author: " user-full-name "\n"
- "#+description: " (setq v1 (read-string "Enter description: ")) | "Description" "\n"
+ "#+description: " (read-string "Enter description: ") | "Description" "\n"
"#+options: toc:nil\n\n"
"#+begin_center\n"
(read-string "Enter further preamble: ")