first working config
This commit is contained in:
parent
50b59598da
commit
af1d158a63
4 changed files with 73 additions and 0 deletions
10
README.md
10
README.md
|
@ -1,2 +1,12 @@
|
|||
# agdaTemplate
|
||||
This is my agda project config template, use it if you want to.
|
||||
I will not provide documentation above the notes to myself, and it
|
||||
may or may not work at any given point in time.
|
||||
|
||||
- [ ] get the emacs config contained to the project
|
||||
```
|
||||
(require 'evil)
|
||||
(evil-mode 1)
|
||||
(load-theme 'dracula t)
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue