diff options
| author | BardofSprites <[email protected]> | 2026-04-23 00:03:47 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2026-04-23 00:03:47 -0400 |
| commit | 9775e5a7898fc975a1dcab2349715ca19f04908b (patch) | |
| tree | 40ed2ecf42a9b58da7d62f0277f5dc070c490dc5 | |
| parent | 689323aed58def2c7f26625c9a113fe8db9b1700 (diff) | |
new org-structure templates
| -rw-r--r-- | config.org | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1325,9 +1325,11 @@ For a long time I really struggled with Emacs tab completion. It still only kind #+begin_src emacs-lisp :tangle bard-emacs-modules/bard-emacs-org.el :mkdirp yes (setq org-structure-template-alist '(("c" . "center") - ("x" . "example") + ("x" . "eg") + ("X" . "example") ("d" . "definition") ("t" . "theorem") + ("n" . "NB") ("q" . "quote") ("v" . "verse") ("s" . "src") |
