aboutsummaryrefslogtreecommitdiffstats
path: root/oni-smartparens.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-smartparens.el
parent46b791411c2dbe85f6cfa8876b49170a1648d2f6 (diff)
downloademacs-config-a14393b61259a41cb5e81f2710814ce80dc6583d.tar.gz
emacs-config-a14393b61259a41cb5e81f2710814ce80dc6583d.zip
Remove autoload cookies for packages managed by Guix
Diffstat (limited to 'oni-smartparens.el')
-rw-r--r--oni-smartparens.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/oni-smartparens.el b/oni-smartparens.el
index 08ce275..ed079e4 100644
--- a/oni-smartparens.el
+++ b/oni-smartparens.el
@@ -32,7 +32,5 @@
(define-key smartparens-mode-map (kbd "C-<left>") 'sp-forward-barf-sexp)
(define-key smartparens-mode-map (kbd "C-M-<right>") 'sp-backward-barf-sexp)
-;;;###autoload(with-eval-after-load 'smartparens (require 'oni-smartparens))
-
(provide 'oni-smartparens)
;;; oni-smartparens.el ends here