summaryrefslogtreecommitdiffstats
path: root/.emacs.d/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Various updatesHEADmainAmin Bandali2025-03-041-1/+1
* Various updatesAmin Bandali2025-03-011-2/+7
* Various updates•••Drop eshell, for now, since I've not been meaningfully using it. Amin Bandali2025-02-281-78/+0
* Various updatesAmin Bandali2025-02-264-9/+111
* 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-263-9/+90
* 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
* 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-1010-946/+795
* Port the rest of my GNU Emacs configuration to use-packageAmin Bandali2025-02-097-426/+465
* Add bandali-miscAmin Bandali2025-02-081-0/+110
* 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-082-0/+18
* Update bandali-essentials and add bandali-progAmin Bandali2025-02-082-1/+136
* Add bandali-essentials and bandali-utils, use use-packageAmin Bandali2025-02-082-0/+496
* 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-308-0/+1223
* Add EXWM and XELBAmin Bandali2024-08-102-0/+0
* 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-314-0/+0
* 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-3110-1659/+0
* Add a few custom gnus summary mode bindingsAmin Bandali2024-03-301-8/+29
* 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
* 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
* Various small tweaksAmin Bandali2024-01-071-2/+2
* Small updatesAmin Bandali2023-12-161-0/+1
* Various updates from daryaAmin Bandali2023-10-262-0/+5
* Various updates from adelitaAmin Bandali2023-10-263-14/+23
* Keep original message Date in Gnus•••It's neat seeing people's differing timezones. :-) Amin Bandali2023-09-131-14/+1
* Some Gnus tweaksAmin Bandali2023-09-131-6/+16
* * .emacs.d/lisp/bandali-gnus.el: Tweak gnus-posting-styles.Amin Bandali2023-04-211-0/+4
* * .emacs.d/lisp/bandali-erc.el: Small tweaks/fixes.Amin Bandali2023-04-211-24/+41
* Add and use @ubuntu.com address in a few placesAmin Bandali2023-04-202-1/+5
* * .emacs.d/lisp/bandali-gnus.el: Restore gnus-user-agent to its former glory.Amin Bandali2023-02-261-0/+2
* * .emacs.d/lisp/dpkg-dev-el: Bump.Amin Bandali2023-02-201-0/+0
* Update primary Canonical mail and a few other small tweaksAmin Bandali2023-02-202-2/+15
* Add debian-el•••Contains helpers specific to Debian users. Amin Bandali2023-01-171-0/+0
* * .emacs.d/lisp/bandali-org.el: Add ox-md export backend.Amin Bandali2023-01-161-0/+3
* Add dpkg-dev-el•••Contains useful utilities for working on Debian packages. Amin Bandali2023-01-161-0/+0
* Clean up the system volume in mode-line display codeAmin Bandali2023-01-091-19/+10
* * .emacs.d/init.el: Show system volumes in mode-line.•••Uses pamixer to get or set the output (speakers or headphones) and input (microphone) volumes. Amin Bandali2023-01-081-7/+40
* * .emacs.d/lisp/bandali-gnus.el: Drop uwaterloo mail remnants.Amin Bandali2023-01-081-18/+0
* A few tiny tweaksAmin Bandali2022-12-271-2/+5
* Run EXWM on langa tooAmin Bandali2022-12-271-2/+2
* * .emacs.d/lisp/bandali-gnus.el: Decode application/gzip attachments.Amin Bandali2022-12-251-1/+10
* * .emacs.d/lisp/bandali-gnus.el: Drop signature.Amin Bandali2022-12-251-7/+1
* * .emacs.d/lisp/bandali-gnus.el: Split mail from Debian Alioth lists.Amin Bandali2022-12-251-0/+2
* Various tweaks and fixes for using EXWM•••* .Xresources.d/xterm: Allow send events, needed for EXWM's simulation keys to work. * .emacs.d/init.el: Check additionally that we're in a graphical environment, though not in another window manager or desktop environment, before running EXWM. Also, use the EXWM-provided function for switching buffers that also works for EXWM windows, including windows in other workspaces or those that are floating. * .emacs.d/lisp/bandali-exwm.el: Tweak and add to global and simulation keys for more convenience. * .gnupg/gpg-agent.conf: It seems we need to explicitly set a pinentry-program, otherwise GPG will pick the tty or ncurses one even when we're not in a tty or terminal, which will not work and cause problems when using EXWM. Amin Bandali2022-12-241-13/+15
* Show current EXWM workspace index in mode-lineAmin Bandali2022-12-241-0/+10
* Switch to EXWM•••It's great to be back home again. :-) Amin Bandali2022-12-242-5/+5
* Drop hl-todo, at least for nowAmin Bandali2022-12-241-0/+0