diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-10-19 17:02:06 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-10-19 17:02:06 +0200 |
commit | 1508e734d1f9ca0161e78ce87d85f5461766b967 (patch) | |
tree | 714560938d01131d157c60f566e252250f3d4f83 /.config/emacs/modules/mm-abbrev.el | |
parent | a1f26d272c08b21ce9bf9083488cc34464532cc5 (diff) |
emacs: Fix indentation
Diffstat (limited to '.config/emacs/modules/mm-abbrev.el')
-rw-r--r-- | .config/emacs/modules/mm-abbrev.el | 14 |
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) |