From 7121da840d33dc29b2833b8e9fcf474d180e814b Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 15 Sep 2021 12:16:04 +0100 Subject: (Emacs)-remove most of org auto insert Kinda not necessary for the vast majority of non exported files, I can just write whatever I need into there manually if necessary. --- Emacs/.config/emacs/config.org | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'Emacs/.config/emacs/config.org') diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index edd7c23..7784803 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -2119,14 +2119,7 @@ Hooks, prettify-symbols and records for auto insertion. '("Enter title: " "#+title: " str | (buffer-file-name) "\n" "#+author: " (read-string "Enter author: ") | user-full-name "\n" - "#+description: " (read-string "Enter description: ") | "Description" "\n" - "#+options: toc:nil\n\n" - "#+begin_center\n" - (read-string "Enter further preamble: ") "\n" - "#+end_center\n" - "#+latex: \clearpage\n" - "#+toc: headlines\n" - "#+latex: \clearpage\n\n" + "#+description: " (read-string "Enter description: ") | "Description" "\n\n" "* " _)))) #+end_src *** Org Core Bindings -- cgit v1.2.3-13-gbd6f