| Commit message (Expand) | Author | Files | Lines |
2025-02-26 | Various updates from monarch |  Amin Bandali | 3 | -2/+17 |
2025-02-26 | Various updates |  Amin Bandali | 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/
|  Amin Bandali | 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.
|  Amin Bandali | 1 | -1/+3 |
2025-02-10 | Tweak the Emacs package management setup |  Amin Bandali | 1 | -10/+9 |
2025-02-10 | Refresh the package archives if never done before |  Amin Bandali | 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.
|  Amin Bandali | 11 | -973/+829 |
2025-02-09 | Port the rest of my GNU Emacs configuration to use-package |  Amin Bandali | 8 | -437/+470 |
2025-02-08 | Add bandali-misc |  Amin Bandali | 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.
|  Amin Bandali | 3 | -0/+19 |
2025-02-08 | Update bandali-essentials and add bandali-prog |  Amin Bandali | 3 | -107/+150 |
2025-02-08 | Add bandali-essentials and bandali-utils, use use-package |  Amin Bandali | 3 | -398/+505 |
2025-02-07 | A few small Emacs-related updates |  Amin Bandali | 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.
|  Amin Bandali | 9 | -1016/+1233 |
2025-01-30 | Various updates |  Amin Bandali | 4 | -34/+47 |
2025-01-30 | Update ERC key bindings for Libera.Chat and OFTC |  Amin Bandali | 1 | -10/+8 |
2025-01-30 | Some font-related updates |  Amin Bandali | 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.
|  Amin Bandali | 1 | -1/+1 |
2024-11-29 | Various updates |  Amin Bandali | 8 | -198/+25 |
2024-11-29 | Various updates |  Amin Bandali | 4 | -21/+52 |
2024-09-21 | Use case-insensitive search for less |  Amin Bandali | 1 | -0/+2 |
2024-09-19 | Get b-bar battery from GNU Emacs if available |  Amin Bandali | 2 | -17/+25 |
2024-09-18 | Various updates |  Amin Bandali | 3 | -3/+7 |
2024-08-31 | Edit git's COMMIT_EDITMSG files in text-mode |  Amin Bandali | 1 | -1/+2 |