mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/agda: load agda2 if +local #2203
This commit is contained in:
@ -3,7 +3,9 @@
|
|||||||
(when (and (featurep! +local)
|
(when (and (featurep! +local)
|
||||||
(executable-find "agda-mode"))
|
(executable-find "agda-mode"))
|
||||||
(add-load-path!
|
(add-load-path!
|
||||||
(file-name-directory (shell-command-to-string "agda-mode locate"))))
|
(file-name-directory (shell-command-to-string "agda-mode locate")))
|
||||||
|
(unless (require 'agda2 nil t)
|
||||||
|
(message "Failed to find the `agda2' package")))
|
||||||
|
|
||||||
|
|
||||||
(map! :after agda2-mode
|
(map! :after agda2-mode
|
||||||
|
Reference in New Issue
Block a user