From 04a1e3453e5160cc41d75aec841eaf858243c638 Mon Sep 17 00:00:00 2001 From: rearman Date: Mon, 15 Jan 2024 09:58:48 -0500 Subject: [PATCH] Fix typo for abbrev_defs tangle block --- abbrev_defs | 7 +++++++ init.org | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 abbrev_defs diff --git a/abbrev_defs b/abbrev_defs new file mode 100644 index 0000000..f55bff7 --- /dev/null +++ b/abbrev_defs @@ -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))) diff --git a/init.org b/init.org index 1edac44..ae50de0 100644 --- 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) -- 2.39.5