Defer loading of idris-mode package
This commit is contained in:
parent
a2c1a62cd6
commit
f80b9bb8c5
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
;;; lang/idris/config.el -*- lexical-binding: t; -*-
|
;;; lang/idris/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(def-package! idris-mode
|
(after! idris-mode
|
||||||
:config
|
|
||||||
(add-hook! 'idris-mode-hook 'turn-on-idris-simple-indent)
|
(add-hook! 'idris-mode-hook 'turn-on-idris-simple-indent)
|
||||||
(set-repl-handler! 'idris-mode 'idris-pop-to-repl)
|
(set-repl-handler! 'idris-mode 'idris-pop-to-repl)
|
||||||
(map! :map idris-mode-map
|
(map! :map idris-mode-map
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue