Disable idris2 mode
This commit is contained in:
parent
3469f3b6cf
commit
eb94d3e704
|
@ -817,6 +817,14 @@ Configure idris2-mode, which we do manually since it's not yet in doom.
|
||||||
:config
|
:config
|
||||||
(setq idris2-stay-in-current-window-on-compiler-error t))
|
(setq idris2-stay-in-current-window-on-compiler-error t))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
Disable company in idris2-mode, it's broken for now
|
||||||
|
[[https://github.com/idris-community/idris2-mode/issues/36]]
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(after! idris2-mode
|
||||||
|
:config
|
||||||
|
(setq company-global-modes '(not idris2-mode)))
|
||||||
|
#+end_src
|
||||||
** Haskell
|
** Haskell
|
||||||
Setup formatting
|
Setup formatting
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
Loading…
Reference in New Issue