summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Various updatesHEADmainAmin Bandali2025-03-043-15/+28
* Add missing .config/git/config.iaAmin Bandali2025-03-031-0/+8
* Various updatesAmin Bandali2025-03-012-5/+26
* Various updates•••Drop eshell, for now, since I've not been meaningfully using it. Amin Bandali2025-02-284-99/+6
* Various updates from monarchAmin Bandali2025-02-263-2/+17
* Various updatesAmin Bandali2025-02-2612-14/+154
* 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-264-10/+96
* 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 Bandali2025-02-101-1/+3
* Tweak the Emacs package management setupAmin Bandali2025-02-101-10/+9
* Refresh the package archives if never done beforeAmin Bandali2025-02-101-0/+4
* 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-1011-973/+829
* Port the rest of my GNU Emacs configuration to use-packageAmin Bandali2025-02-098-437/+470
* Add bandali-miscAmin Bandali2025-02-082-74/+111
* 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 Bandali2025-02-083-0/+19
* Update bandali-essentials and add bandali-progAmin Bandali2025-02-083-107/+150
* Add bandali-essentials and bandali-utils, use use-packageAmin Bandali2025-02-083-398/+505
* A few small Emacs-related updatesAmin Bandali2025-02-073-33/+53
* 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-309-1016/+1233
* Various updatesAmin Bandali2025-01-304-34/+47
* Update ERC key bindings for Libera.Chat and OFTCAmin Bandali2025-01-301-10/+8
* Some font-related updatesAmin Bandali2025-01-305-7/+25
* 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 Bandali2024-12-041-1/+1
* Various updatesAmin Bandali2024-11-298-198/+25
* Various updatesAmin Bandali2024-11-294-21/+52
* Use case-insensitive search for lessAmin Bandali2024-09-211-0/+2
* Get b-bar battery from GNU Emacs if availableAmin Bandali2024-09-192-17/+25
* Various updatesAmin Bandali2024-09-183-3/+7
* Edit git's COMMIT_EDITMSG files in text-modeAmin Bandali2024-08-311-1/+2
* Add small vimrc•••I threw this together back in March for some more reasonable defaults for vim for the few and far between occasions I do use it. Otherwise GNU Emacs remains my favourite editor / operating system / way of life by far. ;) Amin Bandali2024-08-311-0/+71
* A few more updates from anahitaAmin Bandali2024-08-316-11/+28
* Rewrite b-bar to use upower for battery infoAmin Bandali2024-08-311-12/+28
* Various updates from anahitaAmin Bandali2024-08-308-11/+56
* Experiment with EXWM a bit againAmin Bandali2024-08-271-5/+285
* Add EXWM and XELBAmin Bandali2024-08-105-2/+15
* Make sway rules for firefox more robust, add passthrough mode•••passthrough mode is useful when controlling sway remotely via remmina and wayvnc. Amin Bandali2024-07-021-3/+8
* Various bash alias updatesAmin Bandali2024-07-021-13/+22
* Various updatesAmin Bandali2024-06-1910-31/+50
* Set GNU Emacs default-input-method to farsi-isiri-9147Amin Bandali2024-05-181-0/+3
* Use text-mode for README* filesAmin Bandali2024-05-181-0/+1
* Add debian mailAmin Bandali2024-05-181-0/+16
* Drop a bunch of long-unused things from .emacs.d/init.el•••Also drop pulseaudio volume display from mode-line; I already have it in my window manager's bar outside GNU Emacs. Plus, I think this latest change of calling out to b-pavols directly in mode-line-format would be terribly inefficient. Amin Bandali2024-04-011-62/+11
* Break pulse volume code out of bar and into its own script•••In part so that it could easily be used in Emacs as well. Also rename pacify-pulseaudio to b-pacify (as in PAcify). Amin Bandali2024-04-016-125/+48
* Update cmake-mode and cmake-font-lock•••cmake-mode.el import from upstream cmake repo as of https://gitlab.kitware.com/cmake/cmake/-/blob/69c8ca4bc9bbe85ab7c2f24d412ca21afe40549e/Auxiliary/cmake-mode.el Amin Bandali2024-03-312-19/+45
* Drop vestigial submodulesAmin Bandali2024-03-315-12/+0
* Make a general keybindings list of dotted pairs and dolist over itAmin Bandali2024-03-311-33/+33
* 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-3114-2071/+1031
* Add a few custom gnus summary mode bindingsAmin Bandali2024-03-301-8/+29
* Add a few Emacs initialization customizationsAmin Bandali2024-03-301-1/+26
* Yearly archives for kelar mail using Gnus' mail expiring•••HOWTO: In 'summary' buffers, hit 'E' to mark message for expiring. After 'nnmail-expiry-wait' days (default: 7), Gnus will move the message to the expiry target, in this case the 'Archive.yyyy' group. Amin Bandali2024-03-291-9/+7
* Adjust 'editor' settingsAmin Bandali2024-03-293-3/+4