;;; config.el --- Agda2 Layer config File for Spacemacs ;; ;; Copyright (c) 2012-2017 Sylvain Benner & Contributors ;; ;; Author: FreeSalad ;; 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.") (spacemacs|define-jump-handlers agda2-mode agda2-goto-definition-keyboard)