Added basic agda support.
This commit is contained in:
parent
9e08620350
commit
b3a83daf5f
3 changed files with 21 additions and 0 deletions
7
modules/lang/agda/config.el
Normal file
7
modules/lang/agda/config.el
Normal file
|
@ -0,0 +1,7 @@
|
|||
;;; lang/agda/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(defvar +agda-dir (string-remove-suffix "/agda2.el" (shell-command-to-string "agda-mode locate")))
|
||||
|
||||
(def-package! agda2
|
||||
:load-path +agda-dir)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue