1
0
Fork 0

Remove autoload cookies for packages managed by Guix

This commit is contained in:
Tom Willemse 2021-07-15 22:33:40 -07:00
parent 46b791411c
commit a14393b612
Signed by: ryuslash
GPG key ID: 7D5C407B435025C1
6 changed files with 0 additions and 14 deletions

View file

@ -65,7 +65,5 @@
(with-eval-after-load 'yasnippet (with-eval-after-load 'yasnippet
(oni-bats-snippets-initialize))) (oni-bats-snippets-initialize)))
;;;###autoload(with-eval-after-load 'bats-mode (require 'oni-bats))
(provide 'oni-bats) (provide 'oni-bats)
;;; oni-bats.el ends here ;;; oni-bats.el ends here

View file

@ -46,7 +46,5 @@
(add-hook 'flycheck-mode-hook 'flycheck-cask-setup) (add-hook 'flycheck-mode-hook 'flycheck-cask-setup)
(add-hook 'flycheck-mode-hook 'flycheck-posframe-mode) (add-hook 'flycheck-mode-hook 'flycheck-posframe-mode)
;;;###autoload(with-eval-after-load 'flycheck (require 'oni-flycheck))
(provide 'oni-flycheck) (provide 'oni-flycheck)
;;; oni-flycheck.el ends here ;;; oni-flycheck.el ends here

View file

@ -55,7 +55,5 @@
(add-hook 'lsp-mode-hook 'lsp-lens-mode) (add-hook 'lsp-mode-hook 'lsp-lens-mode)
;;;###autoload(with-eval-after-load 'lsp-mode (require 'oni-lsp))
(provide 'oni-lsp) (provide 'oni-lsp)
;;; oni-lsp.el ends here ;;; oni-lsp.el ends here

View file

@ -52,7 +52,5 @@
;;;###autoload ;;;###autoload
(add-to-list 'auto-mode-alist '("PKGBUILD\\'" . sh-mode)) (add-to-list 'auto-mode-alist '("PKGBUILD\\'" . sh-mode))
;;;###autoload(with-eval-after-load 'sh-script (require 'oni-sh))
(provide 'oni-sh) (provide 'oni-sh)
;;; oni-sh.el ends here ;;; oni-sh.el ends here

View file

@ -32,7 +32,5 @@
(define-key smartparens-mode-map (kbd "C-<left>") 'sp-forward-barf-sexp) (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) (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) (provide 'oni-smartparens)
;;; oni-smartparens.el ends here ;;; oni-smartparens.el ends here

View file

@ -36,9 +36,5 @@
(define-key yas-minor-mode-map (kbd "SPC") yas-maybe-expand) (define-key yas-minor-mode-map (kbd "SPC") yas-maybe-expand)
(define-key yas-minor-mode-map (kbd "TAB") nil) (define-key yas-minor-mode-map (kbd "TAB") nil)
;;;###autoload(with-eval-after-load 'yasnippet (require 'oni-yasnippet))
;;;###autoload
(add-hook 'emacs-startup-hook 'yas-global-mode)
(provide 'oni-yasnippet) (provide 'oni-yasnippet)
;;; oni-yasnippet.el ends here ;;; oni-yasnippet.el ends here