diff options
-rw-r--r-- | .config/emacs/modules/mm-abbrev.el | 4 |
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") |