aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.org4
1 files changed, 3 insertions, 1 deletions
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")