From 3d0adb433fa417792cd8a68783033bed594c1a2b Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Mon, 1 May 2023 18:08:15 +0300 Subject: emacs: Add quote to org templates --- emacs.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3