1
0
Fork 0

Remove handle dependency

I've never actually used it and it was causing errors in Guix.
This commit is contained in:
Tom Willemse 2024-11-01 07:20:50 -07:00
parent c2cf29c8f2
commit 0fc53aec35

View file

@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
;; Version: 2023.0411.133217
;; Package-Requires: (oni-company oni-flycheck oni-paredit oni-yasnippet oni-hydra rainbow-delimiters nameless erefactor flycheck-relint handle elisp-format)
;; Version: 2024.1101.071725
;; Package-Requires: (oni-company oni-flycheck oni-paredit oni-yasnippet oni-hydra rainbow-delimiters nameless erefactor flycheck-relint elisp-format)
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@ -28,7 +28,6 @@
(require 'checkdoc)
(require 'flycheck-relint)
(require 'handle)
(require 'hydra)
(require 'yasnippet)
@ -141,9 +140,5 @@ _eb_: Buffer
(setq checkdoc-spellcheck-documentation-flag t)
(handle '(emacs-lisp-mode inferior-emacs-lisp-mode)
:repls 'ielm
:formatters 'elisp-format-buffer)
(provide 'oni-elisp)
;;; oni-elisp.el ends here