Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2025-02-26 | Various updates from monarch | 3 | -2/+17 | |
2025-02-26 | Various updates | 12 | -14/+154 | |
2025-02-26 | 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/ | 4 | -10/+96 | |
2025-02-10 | Fix a recent void function definition error•••run-hooks: Symbol’s function definition is void: gnus-dired-mode To reproduce: load Gnus before opening Dired. | 1 | -1/+3 | |
2025-02-10 | Tweak the Emacs package management setup | 1 | -10/+9 | |
2025-02-10 | Refresh the package archives if never done before | 1 | -0/+4 | |
2025-02-10 | Drop use-package again•••I prefer my own manual approach, use-package feels too magical and at times does too much for me. | 11 | -973/+829 | |
2025-02-09 | Port the rest of my GNU Emacs configuration to use-package | 8 | -437/+470 | |
2025-02-08 | Add bandali-misc | 2 | -74/+111 | |
2025-02-08 | Add ':defer t' to several use-package forms•••This is to bring emacs-init-time mostly in line with what it was without use-package. | 3 | -0/+19 | |
2025-02-08 | Update bandali-essentials and add bandali-prog | 3 | -107/+150 | |
2025-02-08 | Add bandali-essentials and bandali-utils, use use-package | 3 | -398/+505 | |
2025-02-07 | A few small Emacs-related updates | 3 | -33/+53 | |
2025-01-30 | 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. | 9 | -1016/+1233 | |
2025-01-30 | Various updates | 4 | -34/+47 | |
2025-01-30 | Update ERC key bindings for Libera.Chat and OFTC | 1 | -10/+8 | |
2025-01-30 | Some font-related updates | 5 | -7/+25 | |
2024-12-04 | Try to make b-bar more robust•••On a few rare occasions the bar seemed to "hang" and its information get stale, and I believe this first happened when I started pulling in some data from emacsclient. So wrapping the call to emacsclient in a timeout is an attempt to remedy that, in case emacs(client) blocks for some reason. | 1 | -1/+1 | |
2024-11-29 | Various updates | 8 | -198/+25 | |
2024-11-29 | Various updates | 4 | -21/+52 | |
2024-09-21 | Use case-insensitive search for less | 1 | -0/+2 | |
2024-09-19 | Get b-bar battery from GNU Emacs if available | 2 | -17/+25 | |
2024-09-18 | Various updates | 3 | -3/+7 | |
2024-08-31 | Edit git's COMMIT_EDITMSG files in text-mode | 1 | -1/+2 |