Fix agda-mode executable typo
This commit is contained in:
parent
06262fef17
commit
f6dbc00bc4
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
;;; lang/agda/config.el -*- lexical-binding: t; -*-
|
;;; lang/agda/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(defvar +agda-dir
|
(defvar +agda-dir
|
||||||
(when (executable-find "adga-mode")
|
(when (executable-find "agda-mode")
|
||||||
(file-name-directory (shell-command-to-string "agda-mode locate")))
|
(file-name-directory (shell-command-to-string "agda-mode locate")))
|
||||||
"TODO")
|
"TODO")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue