From 0ca5f198cb8595f3a032abc9c9302d4b06a4c0bf Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 3 Jul 2025 15:59:27 +0200 Subject: emacs: Be more precise with mm-darwin-p vs mm-humanwave-p --- .config/emacs/modules/mm-abbrev.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/emacs/modules/mm-abbrev.el') diff --git a/.config/emacs/modules/mm-abbrev.el b/.config/emacs/modules/mm-abbrev.el index 3e9870e..66ca8d7 100644 --- a/.config/emacs/modules/mm-abbrev.el +++ b/.config/emacs/modules/mm-abbrev.el @@ -78,7 +78,7 @@ case-sensitive to avoid unexpected abbreviation expansions." "sme" "save-mark-and-excursion" "sr" "save-restriction") -(when mm-darwin-p +(when mm-humanwave-p (with-eval-after-load 'python-ts-mode (mm-define-abbreviations python-ts-mode-abbrev-table "empb" "with emphasize.Block():" -- cgit v1.2.3