diff options
-rw-r--r-- | .config/emacs/modules/mm-abbrev.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/emacs/modules/mm-abbrev.el b/.config/emacs/modules/mm-abbrev.el index 54aa756..01ab173 100644 --- a/.config/emacs/modules/mm-abbrev.el +++ b/.config/emacs/modules/mm-abbrev.el @@ -62,7 +62,9 @@ case-sensitive to avoid unexpected abbreviation expansions." "itv" "interactive" "mtb" "match-beginning" "mte" "match-end" - "nrt" "narrow-to-region" + "ntr" "narrow-to-region" + "pbl" "pos-bol" + "pel" "pos-eol" "pmn" "point-min" "pmx" "point-max" "pnt" "point" |