summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-11-01 16:50:27 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-11-01 16:50:27 +0100
commit6a6822d3400f9f23d6db3d96e7a5cbfb8c2ea7e1 (patch)
tree9d3b3eeb1eb44c88dc62d500875af439277f3d70 /.config
parent9434f1c213bb6f47b89200c61696268b9a3c38b7 (diff)
emacs: Add more abbrevs
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/modules/mm-abbrev.el4
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"