diff options
Diffstat (limited to '.config/emacs/modules/mm-abbrev.el')
-rw-r--r-- | .config/emacs/modules/mm-abbrev.el | 2 |
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():" |