lang/agda: add +local flag & :nonrecursive to recipes

Relevant to #2203
This commit is contained in:
Henrik Lissner 2019-12-17 14:25:05 -05:00
parent 17d0833af1
commit f95ab47239
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 16 additions and 11 deletions

View file

@ -1,5 +1,11 @@
;;; lang/agda/config.el -*- lexical-binding: t; -*-
(when (and (featurep! +local)
(executable-find "agda-mode"))
(add-load-path!
(file-name-directory (shell-command-to-string "agda-mode locate"))))
(map! :after agda2-mode
:map agda2-mode-map
:localleader