Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Break out .emacs.d/init.el into .emacs.d/lisp/bandali-*.el again | Amin Bandali | 2025-01-30 | 1 | -0/+74 |
| | | | | | Having used the monolithic init.el approach, I found it somewhat unwieldy, especially as the file grows larger and larger. | ||||
* | Merge .emacs.d/lisp/bandali-*.el into .emacs.d/init.el | Amin Bandali | 2024-03-31 | 1 | -97/+0 |
| | | | | | | | 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. | ||||
* | Adapt eshell prompt to match my bash prompt | Amin Bandali | 2024-02-24 | 1 | -11/+22 |
| | |||||
* | Update/shorten various custom Emacs bindings | Amin Bandali | 2022-08-03 | 1 | -1/+1 |
| | |||||
* | Drop `csetq' macro and use good old `setq' and `setq-default'. | Amin Bandali | 2022-05-19 | 1 | -2/+2 |
| | |||||
* | fix "M-r" binding for eshell history completion | Amin Bandali | 2021-05-15 | 1 | -5/+5 |
| | |||||
* | Move GNU Emacs configs from ./ into .emacs.d/ | Amin Bandali | 2020-10-05 | 1 | -0/+86 |
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/. |