From: rearman Date: Mon, 15 Jan 2024 14:58:48 +0000 (-0500) Subject: Fix typo for abbrev_defs tangle block X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=04a1e3453e5160cc41d75aec841eaf858243c638;p=emacsinit.git Fix typo for abbrev_defs tangle block --- 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)