summaryrefslogtreecommitdiffstats
path: root/.emacs.d/lisp/bandali-eshell.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Various updates•••Drop eshell, for now, since I've not been meaningfully using it. Amin Bandali2025-02-281-78/+0
* 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-25/+17
* Port the rest of my GNU Emacs configuration to use-packageAmin Bandali2025-02-091-15/+27
* 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/+74
* 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-97/+0
* Adapt eshell prompt to match my bash promptAmin Bandali2024-02-241-11/+22
* Update/shorten various custom Emacs bindingsAmin Bandali2022-08-031-1/+1
* Drop `csetq' macro and use good old `setq' and `setq-default'.Amin Bandali2022-05-191-2/+2
* fix "M-r" binding for eshell history completionAmin Bandali2021-05-151-5/+5
* 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/+86