summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/mm-abbrev.el
diff options
context:
space:
mode:
authorThomas Voss <thomas.voss@humanwave.nl> 2025-07-03 15:59:27 +0200
committerThomas Voss <thomas.voss@humanwave.nl> 2025-07-03 15:59:27 +0200
commit0ca5f198cb8595f3a032abc9c9302d4b06a4c0bf (patch)
tree120320f58abcf1d1a51acd876d9b4e5d1da224c2 /.config/emacs/modules/mm-abbrev.el
parent0ee70366323f93f232c41008f0c425912418fd48 (diff)
emacs: Be more precise with mm-darwin-p vs mm-humanwave-p
Diffstat (limited to '.config/emacs/modules/mm-abbrev.el')
-rw-r--r--.config/emacs/modules/mm-abbrev.el2
1 files changed, 1 insertions, 1 deletions
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():"