From 1508e734d1f9ca0161e78ce87d85f5461766b967 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 19 Oct 2024 17:02:06 +0200 Subject: emacs: Fix indentation --- .config/emacs/modules/mm-abbrev.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '.config') 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) -- cgit v1.2.3