From cd64af4642fd54a4d7b7be93bfb317fc64f623a6 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 26 Oct 2025 23:06:31 -0500 Subject: 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. --- modules/jumper.el | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/jumper.el') diff --git a/modules/jumper.el b/modules/jumper.el index e1025472..7a3991d0 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) -- cgit v1.2.3