diff options
author | Thomas Voss <thomas.voss@humanwave.nl> | 2025-06-30 21:36:10 +0200 |
---|---|---|
committer | Thomas Voss <thomas.voss@humanwave.nl> | 2025-06-30 21:36:10 +0200 |
commit | e139caac88dd253b10f00d04b57722b62266239d (patch) | |
tree | fc5421cc6c702ffc7412a1dc219f0ee28e8feed0 | |
parent | e3ec142f6c8bb1f7b540a08f5c5df5602fe34b93 (diff) |
emacs: Add abbeviations when working at Humanwave
-rw-r--r-- | .config/emacs/modules/mm-abbrev.el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/emacs/modules/mm-abbrev.el b/.config/emacs/modules/mm-abbrev.el index 937d558..3e9870e 100644 --- a/.config/emacs/modules/mm-abbrev.el +++ b/.config/emacs/modules/mm-abbrev.el @@ -78,6 +78,14 @@ case-sensitive to avoid unexpected abbreviation expansions." "sme" "save-mark-and-excursion" "sr" "save-restriction") +(when mm-darwin-p + (with-eval-after-load 'python-ts-mode + (mm-define-abbreviations python-ts-mode-abbrev-table + "empb" "with emphasize.Block():" + "empf" "@emphasize.func" + "empi" "from shared.system import emphasize" + "empt" "emphasize.this"))) + ;;; Template Configuration |