aboutsummaryrefslogtreecommitdiffstats
path: root/oni-flycheck.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-flycheck.el
parent46b791411c2dbe85f6cfa8876b49170a1648d2f6 (diff)
downloademacs-config-a14393b61259a41cb5e81f2710814ce80dc6583d.tar.gz
emacs-config-a14393b61259a41cb5e81f2710814ce80dc6583d.zip
Remove autoload cookies for packages managed by Guix
Diffstat (limited to 'oni-flycheck.el')
-rw-r--r--oni-flycheck.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/oni-flycheck.el b/oni-flycheck.el
index c97910f..653ff14 100644
--- a/oni-flycheck.el
+++ b/oni-flycheck.el
@@ -46,7 +46,5 @@
(add-hook 'flycheck-mode-hook 'flycheck-cask-setup)
(add-hook 'flycheck-mode-hook 'flycheck-posframe-mode)
-;;;###autoload(with-eval-after-load 'flycheck (require 'oni-flycheck))
-
(provide 'oni-flycheck)
;;; oni-flycheck.el ends here