Modern Emacs configuration with built-in themes and minimal dependencies.
Requirements: Emacs 30.1+, Nix
# Configuration deployed via Nix
nix develop # Enter development shell
C-c u/r
- Winner undo/redo window configurationsC-x t t/k
- Create/close tabs (tab-bar-mode)C-x t n/p
- Navigate between tabs
C-x C-f
- Find file (with vertico completion)C-x b
- Switch buffer (with consult)C-x p f
- Project find file
C-s
- Search in bufferM-x consult-ripgrep
- Project-wide searchM-.
/M-,
- Go to/back from definition
C-x g
- Magit statusC-c g
- Git commands
C-c t
- Toggle between light/dark modus themes
init.el
- Main initializationearly-init.el
- Performance optimizationsconfig/*.el
- Feature modules (completion, git, ui, programming)default.nix
- Package definitions