summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-05-01 18:08:15 +0300
committerThanos Apollo <[email protected]>2023-05-01 18:08:15 +0300
commit3d0adb433fa417792cd8a68783033bed594c1a2b (patch)
treeebfc0e21bf5cbff60fe9bca15c1a64939577b323
parentf48202dec9529a8718908cccf5a6b9679f1f2113 (diff)
emacs: Add quote to org templates
-rwxr-xr-xemacs.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs.org b/emacs.org
index 2326b50..7b2dbda 100755
--- a/emacs.org
+++ b/emacs.org
@@ -563,7 +563,8 @@ Hook with ~dired-mode~
'(("e" . "src emacs-lisp")
("p" . "src python")
("l" . "src lisp")
- ("b" . "src bash")))
+ ("b" . "src bash")
+ ("q" . "QUOTE")))
;;Auto tangle
(add-hook 'org-mode-hook 'org-auto-tangle-mode)