From 6a6822d3400f9f23d6db3d96e7a5cbfb8c2ea7e1 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 1 Nov 2024 16:50:27 +0100 Subject: emacs: Add more abbrevs --- .config/emacs/modules/mm-abbrev.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3