diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-11-02 22:05:50 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-11-02 22:05:50 +0100 |
commit | 7727240032c4244641969c22db30113b73a71ca9 (patch) | |
tree | 1d226bc00911a0a19b6a228f54a97ff32872ebcf /.config/emacs/modules/mm-keybindings.el | |
parent | 5889bd827e5d45e7026ebf0d00b0751ca5f4e049 (diff) |
emacs: Trim final newlines
Diffstat (limited to '.config/emacs/modules/mm-keybindings.el')
-rw-r--r-- | .config/emacs/modules/mm-keybindings.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/modules/mm-keybindings.el b/.config/emacs/modules/mm-keybindings.el index 915d845..4c9f29e 100644 --- a/.config/emacs/modules/mm-keybindings.el +++ b/.config/emacs/modules/mm-keybindings.el @@ -144,4 +144,4 @@ the first command is remapped to the second command." (which-key-ellipsis "…") (wihch-key-idle-delay .5)) -(provide 'mm-keybindings) +(provide 'mm-keybindings)
\ No newline at end of file |