Update to latest doom, agda stuff, misc

This commit is contained in:
Griffin Smith 2018-08-31 13:31:14 -04:00
parent f95d025d1f
commit 8ba14144a3
9 changed files with 429 additions and 155 deletions

View file

@ -5,7 +5,7 @@
# expand-env: ((yas-indent-line 'fixed))
# contributor: Luke Hoersten <luke@hoersten.org>
# --
----------------------------------------------------------------------
--------------------------------------------------------------------------------
-- |
-- Module : $1
-- Description : $2
@ -13,7 +13,7 @@
-- Maturity : ${3:Draft, Usable, Maintained, OR MatureAF}
--
-- $4
----------------------------------------------------------------------
--------------------------------------------------------------------------------
module ${1:`(if (not buffer-file-name) "Module"
(let ((name (file-name-sans-extension (buffer-file-name)))
(case-fold-search nil))
@ -25,8 +25,8 @@ module ${1:`(if (not buffer-file-name) "Module"
(file-name-nondirectory name))))`}
(
) where
----------------------------------------------------------------------
--------------------------------------------------------------------------------
import Prelude
----------------------------------------------------------------------
--------------------------------------------------------------------------------
$0