summaryrefslogtreecommitdiffstats
path: root/.emacs.d (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Various updatesHEADmainAmin Bandali2025-03-041-1/+1
|
* Various updatesAmin Bandali2025-03-011-2/+7
|
* Various updatesAmin Bandali2025-02-283-99/+0
| | | | Drop eshell, for now, since I've not been meaningfully using it.
* Various updatesAmin Bandali2025-02-266-12/+120
|
* Add and configure vertico and friendsAmin Bandali2025-02-264-10/+96
| | | | | | | 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/
* Fix a recent void function definition errorAmin Bandali2025-02-101-1/+3
| | | | | | run-hooks: Symbol’s function definition is void: gnus-dired-mode To reproduce: load Gnus before opening Dired.
* 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 againAmin Bandali2025-02-1011-973/+829
| | | | | I prefer my own manual approach, use-package feels too magical and at times does too much for me.
* 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 formsAmin Bandali2025-02-083-0/+19
| | | | | This is to bring emacs-init-time mostly in line with what it was without use-package.
* 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-072-29/+48
|
* Break out .emacs.d/init.el into .emacs.d/lisp/bandali-*.el againAmin Bandali2025-01-309-1016/+1233
| | | | | Having used the monolithic init.el approach, I found it somewhat unwieldy, especially as the file grows larger and larger.
* Various updatesAmin Bandali2025-01-302-2/+12
|
* Update ERC key bindings for Libera.Chat and OFTCAmin Bandali2025-01-301-10/+8
|
* Some font-related updatesAmin Bandali2025-01-301-6/+15
|
* Various updatesAmin Bandali2024-11-292-59/+24
|
* Various updatesAmin Bandali2024-11-291-0/+13
|
* Get b-bar battery from GNU Emacs if availableAmin Bandali2024-09-191-1/+2
|
* Edit git's COMMIT_EDITMSG files in text-modeAmin Bandali2024-08-311-1/+2
|
* A few more updates from anahitaAmin Bandali2024-08-311-0/+1
|
* Various updates from anahitaAmin Bandali2024-08-302-1/+8
|
* Experiment with EXWM a bit againAmin Bandali2024-08-271-5/+285
|
* Add EXWM and XELBAmin Bandali2024-08-103-0/+7
|
* Various updatesAmin Bandali2024-06-192-12/+14
|
* 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.elAmin Bandali2024-04-011-62/+11
| | | | | | | 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.
* Break pulse volume code out of bar and into its own scriptAmin Bandali2024-04-011-103/+10
| | | | | | In part so that it could easily be used in Emacs as well. Also rename pacify-pulseaudio to b-pacify (as in PAcify).
* Update cmake-mode and cmake-font-lockAmin Bandali2024-03-312-19/+45
| | | | | cmake-mode.el import from upstream cmake repo as of https://gitlab.kitware.com/cmake/cmake/-/blob/69c8ca4bc9bbe85ab7c2f24d412ca21afe40549e/Auxiliary/cmake-mode.el
* Drop vestigial submodulesAmin Bandali2024-03-314-0/+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.elAmin Bandali2024-03-3114-2071/+1031
| | | | | | | 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.
* 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 expiringAmin Bandali2024-03-291-9/+7
| | | | | | 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.
* Various updatesAmin Bandali2024-03-231-1/+1
|
* Update user-email-address and drop some long-unused thingsAmin Bandali2024-03-161-51/+2
|
* Update gnus-secondary-select-methods and gnus-topic-topologyAmin Bandali2024-03-061-110/+110
|
* Various updates from nostalgiaAmin Bandali2024-03-021-11/+1
|
* Adapt eshell prompt to match my bash promptAmin Bandali2024-02-241-11/+22
|
* Customize a few mml settingsAmin Bandali2024-02-241-0/+10
|
* Don't enable global-prettify-symbols-mode for prog-modeAmin Bandali2024-02-241-2/+2
|
* Various small tweaksAmin Bandali2024-01-071-2/+2
|
* Drop boxquote from init.elAmin Bandali2023-12-231-29/+0
| | | | I haven't really used it much at all as of late.
* Small updatesAmin Bandali2023-12-161-0/+1
|