summaryrefslogtreecommitdiff
path: root/.config/emacs
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs')
-rw-r--r--.config/emacs/modules/mm-keybindings.el2
-rw-r--r--.config/emacs/modules/mm-lsp.el2
2 files changed, 2 insertions, 2 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
diff --git a/.config/emacs/modules/mm-lsp.el b/.config/emacs/modules/mm-lsp.el
index 13c5474..3a64f49 100644
--- a/.config/emacs/modules/mm-lsp.el
+++ b/.config/emacs/modules/mm-lsp.el
@@ -42,4 +42,4 @@ If `eglot-tempel-mode' is already enabled this function does nothing."
:after eglot
:hook (eglot-managed-mode . mm-lsp-eglot-tempel-enable))
-(provide 'mm-lsp)
+(provide 'mm-lsp) \ No newline at end of file