mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
8 lines
198 B
EmacsLisp
8 lines
198 B
EmacsLisp
;;; 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)
|
|
|