Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Break out .emacs.d/init.el into .emacs.d/lisp/bandali-*.el again | Amin Bandali | 2025-01-30 | 1 | -0/+392 |
| | | | | | Having used the monolithic init.el approach, I found it somewhat unwieldy, especially as the file grows larger and larger. | ||||
* | Merge .emacs.d/lisp/bandali-*.el into .emacs.d/init.el | Amin Bandali | 2024-03-31 | 1 | -430/+0 |
| | | | | | | | 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 bindings | Amin Bandali | 2024-03-30 | 1 | -8/+29 |
| | |||||
* | Yearly archives for kelar mail using Gnus' mail expiring | Amin Bandali | 2024-03-29 | 1 | -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. | ||||
* | Update gnus-secondary-select-methods and gnus-topic-topology | Amin Bandali | 2024-03-06 | 1 | -110/+110 |
| | |||||
* | Various updates from nostalgia | Amin Bandali | 2024-03-02 | 1 | -11/+1 |
| | |||||
* | Customize a few mml settings | Amin Bandali | 2024-02-24 | 1 | -0/+10 |
| | |||||
* | Various small tweaks | Amin Bandali | 2024-01-07 | 1 | -2/+2 |
| | |||||
* | Small updates | Amin Bandali | 2023-12-16 | 1 | -0/+1 |
| | |||||
* | Various updates from darya | Amin Bandali | 2023-10-26 | 1 | -0/+3 |
| | |||||
* | Various updates from adelita | Amin Bandali | 2023-10-26 | 1 | -0/+4 |
| | |||||
* | Keep original message Date in Gnus | Amin Bandali | 2023-09-13 | 1 | -14/+1 |
| | | | | It's neat seeing people's differing timezones. :-) | ||||
* | Some Gnus tweaks | Amin Bandali | 2023-09-13 | 1 | -6/+16 |
| | |||||
* | * .emacs.d/lisp/bandali-gnus.el: Tweak gnus-posting-styles. | Amin Bandali | 2023-04-21 | 1 | -0/+4 |
| | |||||
* | Add and use @ubuntu.com address in a few places | Amin Bandali | 2023-04-20 | 1 | -0/+3 |
| | |||||
* | * .emacs.d/lisp/bandali-gnus.el: Restore gnus-user-agent to its former glory. | Amin Bandali | 2023-02-26 | 1 | -0/+2 |
| | |||||
* | Update primary Canonical mail and a few other small tweaks | Amin Bandali | 2023-02-20 | 1 | -1/+6 |
| | |||||
* | * .emacs.d/lisp/bandali-gnus.el: Drop uwaterloo mail remnants. | Amin Bandali | 2023-01-08 | 1 | -18/+0 |
| | |||||
* | * .emacs.d/lisp/bandali-gnus.el: Decode application/gzip attachments. | Amin Bandali | 2022-12-25 | 1 | -1/+10 |
| | |||||
* | * .emacs.d/lisp/bandali-gnus.el: Drop signature. | Amin Bandali | 2022-12-25 | 1 | -7/+1 |
| | |||||
* | * .emacs.d/lisp/bandali-gnus.el: Split mail from Debian Alioth lists. | Amin Bandali | 2022-12-25 | 1 | -0/+2 |
| | |||||
* | (Re)add SFL mail | Amin Bandali | 2022-11-28 | 1 | -6/+7 |
| | |||||
* | Various mail-related updates and cleanups | Amin Bandali | 2022-11-25 | 1 | -51/+52 |
| | |||||
* | * .emacs.d/lisp/bandali-gnus.el: Move spam out earlier. | Amin Bandali | 2022-11-14 | 1 | -2/+2 |
| | |||||
* | Update/shorten various custom Emacs bindings | Amin Bandali | 2022-08-03 | 1 | -2/+2 |
| | |||||
* | Add Gnus and mbsync configurations for @kelar.org email | Amin Bandali | 2022-05-19 | 1 | -0/+22 |
| | |||||
* | Drop `csetq' macro and use good old `setq' and `setq-default'. | Amin Bandali | 2022-05-19 | 1 | -19/+20 |
| | |||||
* | several uncommitted changes | Amin Bandali | 2021-10-17 | 1 | -0/+1 |
| | |||||
* | gnus: conditional mail setup based on hostname | Amin Bandali | 2021-05-18 | 1 | -94/+107 |
| | |||||
* | various small email-related tweaks | Amin Bandali | 2021-05-15 | 1 | -7/+9 |
| | |||||
* | remove some long-unused vestigial bits and pieces | Amin Bandali | 2021-05-15 | 1 | -9/+0 |
| | |||||
* | migrate from msmtp (external) to emacs's own smtpmail | Amin Bandali | 2021-05-15 | 1 | -1/+6 |
| | | | | todo: see if it's possible to pin cert fingerprints as with msmtp | ||||
* | migrate from ebdb to a simple ~/.mailrc | Amin Bandali | 2021-05-15 | 1 | -3/+2 |
| | | | | | also automatically expand aliases when going to the next line or jumping to the end of buffer in message-mode. | ||||
* | Tweak Gnus setup. | Amin Bandali | 2021-04-27 | 1 | -4/+13 |
| | | | | | Most usefully, set gnus-topic-topology for a stable topology of Gnus topics. | ||||
* | Local SFL mail. | Amin Bandali | 2021-04-27 | 1 | -3/+5 |
| | |||||
* | * .emacs.d/lisp/bandali-gnus.el: More convenient reply bindings | Amin Bandali | 2021-04-19 | 1 | -0/+4 |
| | |||||
* | Update ERC setup | Amin Bandali | 2021-04-11 | 1 | -1/+1 |
| | | | | | | | I'm not using ZNC anymore. Also, use client certificates for authentication with the networks. Also bump copyright years. | ||||
* | Many uncommitted changes | Amin Bandali | 2021-03-13 | 1 | -143/+15 |
| | |||||
* | A few accumulated changes | Amin Bandali | 2020-11-22 | 1 | -3/+5 |
| | |||||
* | A few small uncommitted changes | Amin Bandali | 2020-10-20 | 1 | -0/+2 |
| | |||||
* | Move GNU Emacs configs from ./ into .emacs.d/ | Amin Bandali | 2020-10-05 | 1 | -0/+478 |
I will be using the repository to store my configurations for other non-Emacs pieces of software. The repository itself will be located at ~/ rather than ~/.emacs.d/. |