diff --git a/init.example.el b/init.example.el index 269185186..1907d7c63 100644 --- a/init.example.el +++ b/init.example.el @@ -130,7 +130,7 @@ ;;(go +lsp) ; the hipster dialect ;;(haskell +dante) ; a language that's lazier than I am ;;hy ; readability of scheme w/ speed of python - ;;idris ; + ;;idris ; a language you can depend on ;;json ; At least it ain't XML ;;(java +meghanada) ; the poster child for carpal tunnel syndrome ;;javascript ; all(hope(abandon(ye(who(enter(here)))))) diff --git a/modules/lang/idris/README.org b/modules/lang/idris/README.org index 60f8ef1a3..e21ac8633 100644 --- a/modules/lang/idris/README.org +++ b/modules/lang/idris/README.org @@ -1,3 +1,30 @@ -#+TITLE: :lang idris +#+TITLE: lang/idris +#+DATE: October 6, 2020 +#+SINCE: v2.0.9 +#+STARTUP: inlineimages nofold -Adds support for the [[https://www.idris-lang.org/][idris]] programming language. +* Table of Contents :TOC_3:noexport: +- [[#description][Description]] + - [[#maintainers][Maintainers]] + - [[#module-flags][Module Flags]] + - [[#plugins][Plugins]] +- [[#prerequisites][Prerequisites]] +- [[#features][Features]] + +* Description +This module adds rudimentary Idris support. +** Maintainers +This module has no dedicated maintainers. + +** Module Flags +This module provides no flags. + +** Plugins +# A list of linked plugins ++ [[https://github.com/idris-hackers/idris-mode/][idris-mode]] + +* Prerequisites +This module has no prerequisites. + +* Features +In addition to =idris-mode= goodness, adds frequently used functions under the localleader key.