summaryrefslogtreecommitdiffstats
path: root/.emacs.d/lisp/bandali-dired.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Port the rest of my GNU Emacs configuration to use-packageAmin Bandali14 days1-21/+25
|
* Break out .emacs.d/init.el into .emacs.d/lisp/bandali-*.el againAmin Bandali2025-01-301-0/+82
| | | | | 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.elAmin Bandali2024-03-311-95/+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.
* A few small misc updatesAmin Bandali2022-08-031-1/+2
|
* Drop `csetq' macro and use good old `setq' and `setq-default'.Amin Bandali2022-05-191-11/+12
|
* Move GNU Emacs configs from ./ into .emacs.d/Amin Bandali2020-10-051-0/+93
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/.