summaryrefslogtreecommitdiffstats
path: root/.emacs.d/lisp/bandali-dired.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add and configure vertico and friends•••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/ Amin Bandali2025-02-261-0/+1
* Drop use-package again•••I prefer my own manual approach, use-package feels too magical and at times does too much for me. Amin Bandali2025-02-101-26/+19
* Port the rest of my GNU Emacs configuration to use-packageAmin Bandali2025-02-091-21/+25
* Break out .emacs.d/init.el into .emacs.d/lisp/bandali-*.el again•••Having used the monolithic init.el approach, I found it somewhat unwieldy, especially as the file grows larger and larger. Amin Bandali2025-01-301-0/+82
* Merge .emacs.d/lisp/bandali-*.el into .emacs.d/init.el•••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. Amin Bandali2024-03-311-95/+0
* 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/•••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/. Amin Bandali2020-10-051-0/+93