summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/mm-abbrev.el
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-10-17 03:01:09 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-10-17 03:01:50 +0200
commitf03152c06cba182971ed6099b114d08c07b07bbf (patch)
treec553bd6e753f6f21fff8bd9c6d89c178eed01356 /.config/emacs/modules/mm-abbrev.el
parenta7d000708690961e890d2a83d2ce07bbb941d743 (diff)
emacs: Add some more abbreviations
Diffstat (limited to '.config/emacs/modules/mm-abbrev.el')
-rw-r--r--.config/emacs/modules/mm-abbrev.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/emacs/modules/mm-abbrev.el b/.config/emacs/modules/mm-abbrev.el
index 29ad72e..0f7110c 100644
--- a/.config/emacs/modules/mm-abbrev.el
+++ b/.config/emacs/modules/mm-abbrev.el
@@ -55,6 +55,8 @@ function."
"ald" ";;;###autoload"
"gc" "goto-char"
"ins" "insert"
+ "mtb" "match-beginning"
+ "mte" "match-end"
"nrt" "narrow-to-region"
"pmn" "point-min"
"pmx" "point-max"
@@ -62,6 +64,8 @@ function."
"rap" "region-active-p"
"rb" "region-beginning"
"re" "region-end"
+ "rsb" "re-search-backward"
+ "rsf" "re-search-forward"
"se" "save-excursion"
"sme" "save-mark-and-excursion"
"sr" "save-restriction")