aboutsummaryrefslogtreecommitdiffstats
path: root/oni-sh.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-07-15 22:33:40 -0700
committerGravatar Tom Willemse2021-07-15 22:33:40 -0700
commita14393b61259a41cb5e81f2710814ce80dc6583d (patch)
tree32e14dc2cfc5300c6fae1e774dd130b8084266ba /oni-sh.el
parent46b791411c2dbe85f6cfa8876b49170a1648d2f6 (diff)
downloademacs-config-a14393b61259a41cb5e81f2710814ce80dc6583d.tar.gz
emacs-config-a14393b61259a41cb5e81f2710814ce80dc6583d.zip
Remove autoload cookies for packages managed by Guix
Diffstat (limited to 'oni-sh.el')
-rw-r--r--oni-sh.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/oni-sh.el b/oni-sh.el
index 441c65b..54f5174 100644
--- a/oni-sh.el
+++ b/oni-sh.el
@@ -52,7 +52,5 @@
;;;###autoload
(add-to-list 'auto-mode-alist '("PKGBUILD\\'" . sh-mode))
-;;;###autoload(with-eval-after-load 'sh-script (require 'oni-sh))
-
(provide 'oni-sh)
;;; oni-sh.el ends here