Add handle specification for oni-elisp
This commit is contained in:
parent
3f13ef3ed2
commit
b9370a75b6
1 changed files with 7 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2020.0306.231405
|
||||
;; Package-Requires: (oni-company oni-flycheck oni-paredit oni-fci oni-yasnippet oni-hydra rainbow-delimiters nameless erefactor flycheck-relint)
|
||||
;; Version: 2020.0616.214723
|
||||
;; Package-Requires: (oni-company oni-flycheck oni-paredit oni-fci oni-yasnippet oni-hydra rainbow-delimiters nameless erefactor flycheck-relint handle 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,6 +28,7 @@
|
|||
|
||||
(require 'flycheck-relint)
|
||||
(require 'yasnippet)
|
||||
(require 'handle)
|
||||
|
||||
(let ((byte-compile-not-obsolete-funcs '(preceding-sexp)))
|
||||
(require 'erefactor))
|
||||
|
@ -98,6 +99,10 @@ _eb_: Buffer
|
|||
|
||||
(flycheck-relint-setup)
|
||||
|
||||
(handle '(emacs-lisp-mode inferior-emacs-lisp-mode)
|
||||
:repls 'ielm
|
||||
:formatters 'elisp-format-buffer)
|
||||
|
||||
;;;###autoload(with-eval-after-load 'elisp-mode (require 'oni-elisp))
|
||||
;;;###autoload(with-eval-after-load 'ielm (require 'oni-elisp))
|
||||
|
||||
|
|
Loading…
Reference in a new issue