summaryrefslogtreecommitdiff
path: root/.config/emacs/modules
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs/modules')
-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)