| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Thanks to Prot's post for inspiration to try these excellent packages:
Emacs: a basic and capable configuration
https://protesilaos.com/codelog/2024-11-28-basic-emacs-configuration/
|
|
|
|
|
| |
I prefer my own manual approach, use-package feels too magical and
at times does too much for me.
|
| |
|
|
|
|
|
| |
Having used the monolithic init.el approach, I found it somewhat
unwieldy, especially as the file grows larger and larger.
|
|
|
|
|
|
|
| |
Somewhat major overhaul. Worth mentioning are the b/keymap-* wrappers
added around the newly introduced keymap-* functions in GNU Emacs 29.
Also dropped some mostly unused configs like exwm and org.
|
| |
|
| |
|
|
I will be using the repository to store my configurations for other
non-Emacs pieces of software. The repository itself will be located
at ~/ rather than ~/.emacs.d/.
|