diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2021-09-15 12:16:04 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2021-09-15 12:16:04 +0100 |
commit | 7121da840d33dc29b2833b8e9fcf474d180e814b (patch) | |
tree | 58351349e73336bd141047d448790519f18ccbeb /Emacs/.config/emacs/config.org | |
parent | 97bb7e9d7f8c3995a964f13e411f3ac96ce75225 (diff) | |
download | dotfiles-7121da840d33dc29b2833b8e9fcf474d180e814b.tar.gz dotfiles-7121da840d33dc29b2833b8e9fcf474d180e814b.tar.bz2 dotfiles-7121da840d33dc29b2833b8e9fcf474d180e814b.zip |
(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.
Diffstat (limited to 'Emacs/.config/emacs/config.org')
-rw-r--r-- | Emacs/.config/emacs/config.org | 9 |
1 files changed, 1 insertions, 8 deletions
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 |