A minimal Emacs configuration.
A single-file Emacs config (à la kickstart.nvim) with sensible defaults for Python development. No framework, no layers—just a readable starting point you can understand and extend.
- Python IDE: LSP (eglot), completion, snippets, REPL
- avy/ace-window for quick navigation
Requires Emacs 29.1+
(add-to-list 'load-path "path/to/easymacs/")
(require 'easymacs)| Key | Action |
|---|---|
C-; |
Leader prefix |
C-; j |
avy-goto-char-2 |
C-; l |
avy-goto-line |
M-o |
ace-window |