summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/mm-abbrev.el
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-10-19 17:02:15 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-10-19 17:02:15 +0200
commitec48adfb9198883644e269a65e80582479536fcc (patch)
tree1b4ef6d6c56bc7dcf77619436c9d9429454f14d1 /.config/emacs/modules/mm-abbrev.el
parent1508e734d1f9ca0161e78ce87d85f5461766b967 (diff)
emacs: Add an abbrev for ‘interactive’
Diffstat (limited to '.config/emacs/modules/mm-abbrev.el')
-rw-r--r--.config/emacs/modules/mm-abbrev.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/emacs/modules/mm-abbrev.el b/.config/emacs/modules/mm-abbrev.el
index 3348d7e..0a34032 100644
--- a/.config/emacs/modules/mm-abbrev.el
+++ b/.config/emacs/modules/mm-abbrev.el
@@ -55,6 +55,7 @@ function."
"ald" ";;;###autoload"
"gc" "goto-char"
"ins" "insert"
+ "itv" "interactive"
"mtb" "match-beginning"
"mte" "match-end"
"nrt" "narrow-to-region"