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