diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-11-29 09:20:14 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-11-29 09:20:14 +0100 |
commit | 053fd48eddef6e8a29bec7d606917975f1c02c64 (patch) | |
tree | 7e9017d29ce3c3fc2f70cec84cb80ca6c5b73228 /.config/emacs | |
parent | b97a97d42898ff2af17d380072e5d05e42b3ad60 (diff) |
emacs: Remove trailing newline
Diffstat (limited to '.config/emacs')
-rw-r--r-- | .config/emacs/modules/mm-calc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/modules/mm-calc.el b/.config/emacs/modules/mm-calc.el index f87a93a..af45b15 100644 --- a/.config/emacs/modules/mm-calc.el +++ b/.config/emacs/modules/mm-calc.el @@ -10,4 +10,4 @@ calc-point-char "," calc-group-char ".")) -(provide 'mm-calc) +(provide 'mm-calc)
\ No newline at end of file |