Remove handle dependency
I've never actually used it and it was causing errors in Guix.
This commit is contained in:
parent
c2cf29c8f2
commit
0fc53aec35
1 changed files with 2 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue