From d71fcd9d0e0e0e0cb30ddf0b82f1d1e7825601c9 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Thu, 1 Oct 2020 01:54:31 +0100 Subject: (Emacs)~moved some skeletons --- Emacs/.config/emacs/config.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Emacs/.config/emacs/config.org') 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: ") -- cgit v1.2.3-13-gbd6f