Defer loading of idris-mode package

This commit is contained in:
Henrik Lissner 2018-08-22 03:33:12 +02:00 committed by GitHub
parent a2c1a62cd6
commit f80b9bb8c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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