mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Added basic agda support.
This commit is contained in:
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)
|
||||
|
Reference in New Issue
Block a user