Added helm-idris

This commit is contained in:
Patrick Elliott 2018-08-25 15:35:06 +02:00
parent c5334f61a3
commit e64b8322a4
No known key found for this signature in database
GPG key ID: 7CA109C3974AF5FA
2 changed files with 6 additions and 0 deletions

View file

@ -17,3 +17,7 @@
:n "m" #'idris-add-missing
:n "p" #'idris-proof-search
:n "h" #'idris-docs-at-point))
;; TODO get this working
(def-package! helm-idris
:after idris-mode)

View file

@ -2,3 +2,5 @@
;;; lang/idris/packages.el
(package! idris-mode)
(package! helm-idris)