From 9775e5a7898fc975a1dcab2349715ca19f04908b Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Thu, 23 Apr 2026 00:03:47 -0400 Subject: new org-structure templates --- config.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index 0199331..54117c8 100644 --- a/config.org +++ b/config.org @@ -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") -- cgit v1.2.3