summaryrefslogtreecommitdiff
path: root/lisp/mk.el
diff options
context:
space:
mode:
authorMatthew Kosarek <matthew@matthewkosarek.xyz>2023-10-18 09:55:54 -0400
committerMatthew Kosarek <matthew@matthewkosarek.xyz>2023-10-18 09:55:54 -0400
commit12668c7677e70abf2f9e336f5c2e35d253faa671 (patch)
treec12039dc8f83304dc2718a29600ab3f5b3bc3919 /lisp/mk.el
parentda17f67c5950de25b6399fd08718730acb9be422 (diff)
Functionalitiy for removing unused imports in python and small c++ styles
Diffstat (limited to 'lisp/mk.el')
-rw-r--r--lisp/mk.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mk.el b/lisp/mk.el
index 634f09a..28de3ed 100644
--- a/lisp/mk.el
+++ b/lisp/mk.el
@@ -69,6 +69,5 @@
(other-window -1))))))
(bind-key* (kbd "C-c f r") 'mk/rename-file)
-
(provide 'mk)
;;; mk.el ends here