first working config

This commit is contained in:
Dennis Frieberg 2025-05-29 15:47:19 +02:00
parent 50b59598da
commit af1d158a63
Signed by: nerf
GPG key ID: 7C58AFED036072C5
4 changed files with 73 additions and 0 deletions

View file

@ -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)
```