My emacs configuration :)
- Emacs Lisp 98.2%
- YASnippet 1.8%
| lisp | fix: lsp-mode | |
| yasnippets | fix type in noweb-ref header-args | |
| .gitignore | update: documentation | |
| .mc-lists.el | feat: mc-lists | |
| early-init.el | refactor: transform init into straight elisp | |
| init.el | fix: lsp-mode | |
| mjolnir.svg | the hammer of the gods | |
| README.org | update: documentation | |
My Emacs
This repository contains my Emacs init. My goal is to keep my Emacs relatively simple and reasonably modular. The goal was to go "lighter weight" as well but I still have something like 64 packages installed. So much for that.
Anyway, here how things are laid out:
├── early-init.el # Entry point
├── init.el # Entry entry point
├── lisp
│ └── configurations and home brew packages
├── mjolnir.svg # The hammer of the gods!
├── README.org # You are here!
└── yasnippets