diff options
Diffstat (limited to '.config/emacs/modules/mm-abbrev.el')
| -rw-r--r-- | .config/emacs/modules/mm-abbrev.el | 6 |
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) |