]> git.earman.xyz Git - emacsinit.git/commitdiff
Fix typo for abbrev_defs tangle block
authorrearman <rearman@r717.net>
Mon, 15 Jan 2024 14:58:48 +0000 (09:58 -0500)
committerrearman <rearman@r717.net>
Mon, 15 Jan 2024 14:58:48 +0000 (09:58 -0500)
abbrev_defs [new file with mode: 0644]
init.org

diff --git a/abbrev_defs b/abbrev_defs
new file mode 100644 (file)
index 0000000..f55bff7
--- /dev/null
@@ -0,0 +1,7 @@
+;;-*-coding: utf-8;-*-
+(define-abbrev-table 'org-mode-abbrev-table
+  '(("selisp" "" skel-org-block-elisp)
+    ("sfac" "" skel-facility-properties)
+    ("sper" "" skel-person-properties)
+    ("swo" "" skel-workorder-properties)
+    ("smet" "" skel-meeting-properties)))
index 1edac4480981ccd032eeb503efcc2d79dfacbcbf..ae50de045142eabace749a0f6f98c492ec5d4727 100644 (file)
--- a/init.org
+++ b/init.org
@@ -635,7 +635,7 @@ Meeting properties block
 #+END_SRC
 
 Bind the snippets (in the =abbrev-file-name= file)
-,#+BEGIN_SRC emacs-lisp  :tangle ./abbrev_defs
+#+BEGIN_SRC emacs-lisp  :tangle ./abbrev_defs
 ;;-*-coding: utf-8;-*-
 (define-abbrev-table 'org-mode-abbrev-table
   '(("selisp" "" skel-org-block-elisp)