lang/emacs-lisp: replace xref with elisp-def

Possibly better goto-definition behavior than xref; needs more testing.
This commit is contained in:
Henrik Lissner 2018-08-19 00:13:18 +02:00
parent 743e43add1
commit 3d4b03a8ea
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 4 additions and 1 deletions

View file

@ -5,6 +5,7 @@
(package! highlight-quoted)
(package! macrostep)
(package! overseer)
(package! elisp-def)
(when (featurep! :feature syntax-checker)
(package! flycheck-cask))