Update to latest doom, agda stuff, misc
This commit is contained in:
parent
f95d025d1f
commit
8ba14144a3
9 changed files with 429 additions and 155 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue