summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-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)