From f03152c06cba182971ed6099b114d08c07b07bbf Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 17 Oct 2024 03:01:09 +0200 Subject: emacs: Add some more abbreviations --- .config/emacs/modules/mm-abbrev.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.config/emacs/modules/mm-abbrev.el') 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") -- cgit v1.2.3