summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorThomas Voss <thomas.voss@humanwave.nl> 2026-01-27 22:17:35 +0100
committerThomas Voss <thomas.voss@humanwave.nl> 2026-01-27 22:17:35 +0100
commit20407bc2192c7aef7f59aba08ee162b914a9ea5b (patch)
tree9b7a4f83da02d0d278b2fd5a96801493ad6bce54 /.config
parent219b79ccd842e73a9862b521b6ed7a5985cba999 (diff)
emacs: Fix Python abbrevs
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/modules/mm-abbrev.el4
1 files changed, 2 insertions, 2 deletions
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)