diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-10-31 14:44:36 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-10-31 14:44:36 +0100 |
commit | 1cb1333efae063e7e81e7db3838fda38746703cd (patch) | |
tree | 8440e366b805a5cd70ba58201e42ab878199c93f /.config/emacs | |
parent | 16c855edcd685b4abecada04cd4b286828057eb4 (diff) |
emacs: Add more abbreviations
Diffstat (limited to '.config/emacs')
-rw-r--r-- | .config/emacs/modules/mm-abbrev.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/emacs/modules/mm-abbrev.el b/.config/emacs/modules/mm-abbrev.el index 7592d3a..54aa756 100644 --- a/.config/emacs/modules/mm-abbrev.el +++ b/.config/emacs/modules/mm-abbrev.el @@ -71,7 +71,9 @@ case-sensitive to avoid unexpected abbreviation expansions." "re" "region-end" "rsb" "re-search-backward" "rsf" "re-search-forward" + "sb" "search-backward" "se" "save-excursion" + "sf" "search-forward" "sme" "save-mark-and-excursion" "sr" "save-restriction") |