1
0
Fork
You've already forked emacs.d
0
My emacs configuration :)
  • Emacs Lisp 98.2%
  • YASnippet 1.8%
2026年05月09日 21:20:21 -07:00
lisp fix: lsp-mode 2026年05月09日 21:20:21 -07:00
yasnippets fix type in noweb-ref header-args 2022年09月09日 23:48:03 -07:00
.gitignore update: documentation 2025年03月14日 16:15:37 -07:00
.mc-lists.el feat: mc-lists 2023年04月24日 19:59:26 -07:00
early-init.el refactor: transform init into straight elisp 2023年04月23日 13:40:16 -07:00
init.el fix: lsp-mode 2026年05月09日 21:20:21 -07:00
mjolnir.svg the hammer of the gods 2022年08月26日 16:28:08 -07:00
README.org update: documentation 2025年03月14日 16:16:42 -07:00

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