summaryrefslogtreecommitdiff
path: root/.config/emacs/modules
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/modules
parentea7f7f15d29f42263822db68fe8a8752749a7b35 (diff)
emacs: Remove trailing newline
Diffstat (limited to '.config/emacs/modules')
-rw-r--r--.config/emacs/modules/mm-editing.el2
-rw-r--r--.config/emacs/modules/mm-projects.el2
-rw-r--r--.config/emacs/modules/mm-theme.el2
3 files changed, 3 insertions, 3 deletions
diff --git a/.config/emacs/modules/mm-editing.el b/.config/emacs/modules/mm-editing.el
index 0434390..c5c3382 100644
--- a/.config/emacs/modules/mm-editing.el
+++ b/.config/emacs/modules/mm-editing.el
@@ -268,4 +268,4 @@ is as described by `emmet-expand-line'."
(python-indent-def-block-scale 1)
(python-indent-guess-indent-offset-verbose nil))
-(provide 'mm-editing)
+(provide 'mm-editing) \ No newline at end of file
diff --git a/.config/emacs/modules/mm-projects.el b/.config/emacs/modules/mm-projects.el
index 0d3ac52..5dd3c6a 100644
--- a/.config/emacs/modules/mm-projects.el
+++ b/.config/emacs/modules/mm-projects.el
@@ -66,4 +66,4 @@ This is intended to be called interactively via
(require 'ansi-color)
(add-hook 'compilation-filter-hook #'ansi-color-compilation-filter))
-(provide 'mm-projects)
+(provide 'mm-projects) \ No newline at end of file
diff --git a/.config/emacs/modules/mm-theme.el b/.config/emacs/modules/mm-theme.el
index 6c8eab8..3d4d9b6 100644
--- a/.config/emacs/modules/mm-theme.el
+++ b/.config/emacs/modules/mm-theme.el
@@ -209,4 +209,4 @@ See also the `mm-theme-background-opacity' variable."
:hook ((dired-mode . line-selection-mode)
(ibuffer-mode . line-selection-mode)))
-(provide 'mm-theme)
+(provide 'mm-theme) \ No newline at end of file