From a14393b61259a41cb5e81f2710814ce80dc6583d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 15 Jul 2021 22:33:40 -0700 Subject: Remove autoload cookies for packages managed by Guix --- oni-smartparens.el | 2 -- 1 file changed, 2 deletions(-) (limited to 'oni-smartparens.el') 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-") 'sp-forward-barf-sexp) (define-key smartparens-mode-map (kbd "C-M-") 'sp-backward-barf-sexp) -;;;###autoload(with-eval-after-load 'smartparens (require 'oni-smartparens)) - (provide 'oni-smartparens) ;;; oni-smartparens.el ends here -- cgit v1.2.3-54-g00ecf