Added helm-idris
This commit is contained in:
parent
c5334f61a3
commit
e64b8322a4
2 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -2,3 +2,5 @@
|
|||
;;; lang/idris/packages.el
|
||||
|
||||
(package! idris-mode)
|
||||
|
||||
(package! helm-idris)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue