[Emacs] Don’t tangle generating code

This commit is contained in:
2022-06-10 10:35:25 +02:00
parent 8b8a5a1a64
commit 77dbd8747f

View File

@@ -4660,7 +4660,7 @@ the manner described by /insertion mode/.
All templates can be found [[https://labs.phundrak.com/phundrak/dotfiles/src/branch/master/org/capture][in my dotfiles repository]].
#+name: org-capture-shortcuts-gen
#+header: :exports none :cache yes
#+header: :exports none :cache yes :tangle no
#+begin_src emacs-lisp :var entries=org-capture-shortcuts-table
(mapconcat (lambda (entry)
(let ((key (nth 0 entry))