mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 03:00:08 +00:00
[emacs] Add Idris support
This commit is contained in:
parent
39d5423a46
commit
80d6483c3a
1 changed files with 10 additions and 0 deletions
|
@ -298,6 +298,16 @@ JavaScript.
|
|||
(add-to-list 'company-backends 'company-elm))
|
||||
|
||||
#+END_SRC
|
||||
*** Idris
|
||||
|
||||
A functional language with dependent types.
|
||||
|
||||
#+name: programming
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package idris-mode
|
||||
:ensure t
|
||||
:mode "\.idr$")
|
||||
#+END_SRC
|
||||
*** Web
|
||||
**** HTML
|
||||
#+name: programming
|
||||
|
|
Loading…
Reference in a new issue