summaryrefslogtreecommitdiff
path: root/.config/emacs/modules
diff options
context:
space:
mode:
authorThomas Voss <thomas.voss@humanwave.nl> 2025-12-22 11:31:31 +0200
committerThomas Voss <thomas.voss@humanwave.nl> 2025-12-22 11:31:31 +0200
commit1ee82918ed3d0bbbe3df047eaf9f5cb70e4b36db (patch)
treec8467e4173e9e221421ec556dbcc1571e59e7d96 /.config/emacs/modules
parent57b3ef8ac5644ab6fbcdbdf43e64c3ec266c148a (diff)
emacs: Fix formatting
Diffstat (limited to '.config/emacs/modules')
-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)