summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/mm-abbrev.el
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-10-19 17:02:06 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-10-19 17:02:06 +0200
commit1508e734d1f9ca0161e78ce87d85f5461766b967 (patch)
tree714560938d01131d157c60f566e252250f3d4f83 /.config/emacs/modules/mm-abbrev.el
parenta1f26d272c08b21ce9bf9083488cc34464532cc5 (diff)
emacs: Fix indentation
Diffstat (limited to '.config/emacs/modules/mm-abbrev.el')
-rw-r--r--.config/emacs/modules/mm-abbrev.el14
1 files changed, 7 insertions, 7 deletions
diff --git a/.config/emacs/modules/mm-abbrev.el b/.config/emacs/modules/mm-abbrev.el
index 0f7110c..3348d7e 100644
--- a/.config/emacs/modules/mm-abbrev.el
+++ b/.config/emacs/modules/mm-abbrev.el
@@ -36,13 +36,13 @@ function."
`c++-ts-mode'.")
(mm-define-abbreviations mm-c-mode-abbrev-table
- "flf" "flockfile"
- "fpf" "fprintf"
- "fuf" "funlockfile"
- "pf" "printf"
- "se" "stderr"
- "si" "stdin"
- "so" "stdout")
+ "flf" "flockfile"
+ "fpf" "fprintf"
+ "fuf" "funlockfile"
+ "pf" "printf"
+ "se" "stderr"
+ "si" "stdin"
+ "so" "stdout")
(with-eval-after-load 'cc-mode
(setq c-mode-abbrev-table (copy-abbrev-table mm-c-mode-abbrev-table)