mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix agda-mode executable typo
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
;;; lang/agda/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(defvar +agda-dir
|
||||
(when (executable-find "adga-mode")
|
||||
(when (executable-find "agda-mode")
|
||||
(file-name-directory (shell-command-to-string "agda-mode locate")))
|
||||
"TODO")
|
||||
|
||||
|
Reference in New Issue
Block a user