diff options
Diffstat (limited to 'Emacs/.config/emacs')
-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 |