diff options
author | Thanos Apollo <[email protected]> | 2023-05-01 18:08:15 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-05-01 18:08:15 +0300 |
commit | 3d0adb433fa417792cd8a68783033bed594c1a2b (patch) | |
tree | ebfc0e21bf5cbff60fe9bca15c1a64939577b323 | |
parent | f48202dec9529a8718908cccf5a6b9679f1f2113 (diff) |
emacs: Add quote to org templates
-rwxr-xr-x | emacs.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |