spacemacs/layers/+lang/agda/config.el
2016-08-17 20:20:20 +02:00

17 lines
517 B
EmacsLisp

;;; config.el --- Agda2 Layer config File for Spacemacs
;;
;; Copyright (c) 2012-2016 Sylvain Benner & Contributors
;;
;; Author: FreeSalad <freesalad@noreply.git>
;; URL: https://github.com/syl20bnr/spacemacs
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
(defvar agda-mode-path 'use-helper
"Indicates the location of the agda-mode package (the file
`agda2.el') If `nil', it is assumed to be already available by
Emacs. If `use-helper', the `agda-mode' executable is used to
find its location.")