aboutsummaryrefslogtreecommitdiff
path: root/modules/wip.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/wip.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/wip.el')
-rw-r--r--modules/wip.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/wip.el b/modules/wip.el
index 314881d26..80b3295d2 100644
--- a/modules/wip.el
+++ b/modules/wip.el
@@ -35,7 +35,6 @@
(list nil s "command")))
(t (user-error "Error: cj/system-cmd expects a string or a symbol"))))
-;;;###autoload
(defun cj/system-cmd (cmd)
"Run CMD (string or symbol naming a string) detached via the shell.
Shell expansions like $(...) are supported. Output is silenced.