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/+80 |
| | | | | | 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 | -110/+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. | ||||
* | Various updates from adelita | Amin Bandali | 2023-10-26 | 1 | -0/+1 |
| | |||||
* | Add and use @ubuntu.com address in a few places | Amin Bandali | 2023-04-20 | 1 | -1/+2 |
| | |||||
* | Update primary Canonical mail and a few other small tweaks | Amin Bandali | 2023-02-20 | 1 | -1/+9 |
| | |||||
* | Various mail-related updates and cleanups | Amin Bandali | 2022-11-25 | 1 | -34/+8 |
| | |||||
* | * .emacs.d/lisp/bandali-message.el: Set `message-fill-column' | Amin Bandali | 2022-08-03 | 1 | -0/+2 |
| | | | | ...to 70, and `message-forward-as-mime' to t. | ||||
* | * .emacs.d/lisp/bandali-message.el (message-dont-reply-to-names): Add ↵ | Amin Bandali | 2022-05-19 | 1 | -1/+1 |
| | | | | @kelar.org address. | ||||
* | Drop `csetq' macro and use good old `setq' and `setq-default'. | Amin Bandali | 2022-05-19 | 1 | -5/+5 |
| | |||||
* | emacs: update package versions, ditch orgalist, remove deprecated commented ↵ | Amin Bandali | 2021-10-18 | 1 | -9/+0 |
| | | | | pinentry bits | ||||
* | small mail-related tweaks | Amin Bandali | 2021-05-16 | 1 | -1/+1 |
| | |||||
* | various small email-related tweaks | Amin Bandali | 2021-05-15 | 1 | -0/+1 |
| | |||||
* | remove some long-unused vestigial bits and pieces | Amin Bandali | 2021-05-15 | 1 | -30/+4 |
| | |||||
* | migrate from msmtp (external) to emacs's own smtpmail | Amin Bandali | 2021-05-15 | 1 | -2/+1 |
| | | | | 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 | -1/+4 |
| | | | | | also automatically expand aliases when going to the next line or jumping to the end of buffer in message-mode. | ||||
* | Use my own newline & reformat function for M-RET in message | Amin Bandali | 2020-11-22 | 1 | -0/+15 |
| | |||||
* | A few small uncommitted changes | Amin Bandali | 2020-10-20 | 1 | -0/+3 |
| | |||||
* | Move GNU Emacs configs from ./ into .emacs.d/ | Amin Bandali | 2020-10-05 | 1 | -0/+138 |
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/. |