summaryrefslogtreecommitdiff
path: root/.config/emacs/init.el
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-11-01 16:49:48 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-11-01 16:49:48 +0100
commitf4142ab2cc6e93e0b22f17b2523703ac8062e968 (patch)
tree7d1592182a6abd6d7e8da868dbdd2fa2abb03862 /.config/emacs/init.el
parentea7f7f15d29f42263822db68fe8a8752749a7b35 (diff)
emacs: Remove trailing newline
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r--.config/emacs/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index 95f04fa..39b0e98 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -310,4 +310,4 @@ the buffer without saving it."
(add-hook 'after-init-hook
(defun mm-echo-init-time ()
(message (emacs-init-time "Emacs initialized in %.2f seconds")))
- 100)
+ 100) \ No newline at end of file