aboutsummaryrefslogtreecommitdiff
path: root/modules/jumper.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-10-26 23:06:31 -0500
committerCraig Jennings <c@cjennings.net>2025-10-26 23:06:31 -0500
commitbc1a65540d683573993678237fc58e485043af4a (patch)
treeeb7b02607902e17d20c3e6bcf70ffe0df1016ad8 /modules/jumper.el
parentf056bfea3ceac08284a009c51741b1dacf7ad620 (diff)
downloaddotemacs-bc1a65540d683573993678237fc58e485043af4a.tar.gz
dotemacs-bc1a65540d683573993678237fc58e485043af4a.zip
chore: Remove redundant autoload directives from modules
Remove unnecessary autoload directives from various functions across multiple modules, cleaning up the codebase and improving readability. These directives were redundant and not needed for the current project setup.
Diffstat (limited to 'modules/jumper.el')
-rw-r--r--modules/jumper.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/jumper.el b/modules/jumper.el
index e1025472d..7a3991d04 100644
--- a/modules/jumper.el
+++ b/modules/jumper.el
@@ -164,7 +164,6 @@ Note that using M-SPC will override the default binding to just-one-space."
map)
"Keymap for jumper commands.")
-;;;###autoload
(defun jumper-setup-keys ()
"Setup default keybindings for jumper."
(interactive)