From 20407bc2192c7aef7f59aba08ee162b914a9ea5b Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 27 Jan 2026 22:17:35 +0100 Subject: emacs: Fix Python abbrevs --- .config/emacs/modules/mm-abbrev.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config') diff --git a/.config/emacs/modules/mm-abbrev.el b/.config/emacs/modules/mm-abbrev.el index 0f37cda..d32ec0d 100644 --- a/.config/emacs/modules/mm-abbrev.el +++ b/.config/emacs/modules/mm-abbrev.el @@ -79,7 +79,7 @@ case-sensitive to avoid unexpected abbreviation expansions." "sr" "save-restriction") (when mm-humanwave-p - (with-eval-after-load 'python-ts-mode + (with-eval-after-load 'python (mm-define-abbreviations python-ts-mode-abbrev-table "empb" "with emphasize.Block():" "empf" "@emphasize.func" @@ -107,4 +107,4 @@ case-sensitive to avoid unexpected abbreviation expansions." #'tempel-complete -10 :local)))) (add-to-list 'auto-mode-alist (cons tempel-path #'lisp-data-mode))) -(provide 'mm-abbrev) \ No newline at end of file +(provide 'mm-abbrev) -- cgit v1.2.3