Fix agda-mode executable typo

This commit is contained in:
Henrik Lissner
2018-08-22 03:53:19 +02:00
committed by GitHub
parent 06262fef17
commit f6dbc00bc4

View File

@ -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")