summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/mm-abbrev.el
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2026-01-17 21:25:56 +0100
committerThomas Voss <mail@thomasvoss.com> 2026-01-17 21:25:56 +0100
commit826a4636113c8dd5e2fec06f5dc0c2aa47a07cfa (patch)
tree14ba9825143381cadab64ba432bcd44f3f4a45ed /.config/emacs/modules/mm-abbrev.el
parent188c7bcee8903330c59e13390c36a9896401c318 (diff)
parent219b79ccd842e73a9862b521b6ed7a5985cba999 (diff)
Merge branch 'master' of github.com:Mango0x45/dotfiles
Diffstat (limited to '.config/emacs/modules/mm-abbrev.el')
-rw-r--r--.config/emacs/modules/mm-abbrev.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/emacs/modules/mm-abbrev.el b/.config/emacs/modules/mm-abbrev.el
index 66ca8d7..0f37cda 100644
--- a/.config/emacs/modules/mm-abbrev.el
+++ b/.config/emacs/modules/mm-abbrev.el
@@ -43,9 +43,9 @@ case-sensitive to avoid unexpected abbreviation expansions."
"fpf" "fprintf"
"fuf" "funlockfile"
"pf" "printf"
- "sde" "stderr"
- "sdi" "stdin"
- "sdo" "stdout")
+ "sde" "stderr"
+ "sdi" "stdin"
+ "sdo" "stdout")
(with-eval-after-load 'cc-mode
(setq c-mode-abbrev-table (copy-abbrev-table mm-c-mode-abbrev-table)