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/+151 |
| | | | | | 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 | -200/+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. | ||||
* | * .emacs.d/lisp/bandali-erc.el: Small tweaks/fixes. | Amin Bandali | 2023-04-21 | 1 | -24/+41 |
| | |||||
* | Update/shorten various custom Emacs bindings | Amin Bandali | 2022-08-03 | 1 | -3/+3 |
| | |||||
* | Drop `csetq' macro and use good old `setq' and `setq-default'. | Amin Bandali | 2022-05-19 | 1 | -10/+10 |
| | |||||
* | * .emacs.d/lisp/bandali-erc.el: freenode -> libera.chat | Amin Bandali | 2022-05-19 | 1 | -2/+2 |
| | | | | I'd somehow not yet committed this since last year. | ||||
* | * .emacs.d/lisp/bandali-erc.el: Don't set erc-lurker-hide-list. | Amin Bandali | 2021-04-25 | 1 | -1/+1 |
| | | | | | | For the time being, until I get around to adding an option to ERC to log such messages to disk, as I'd like to have them in the logs even if I choose to hide them in ERC itself. | ||||
* | * .emacs.d/lisp/bandali-erc.el: Custom log directory and file names | Amin Bandali | 2021-04-19 | 1 | -2/+16 |
| | |||||
* | * .emacs.d/lisp/bandali-erc.el: Look up certs from authinfo file | Amin Bandali | 2021-04-18 | 1 | -6/+3 |
| | |||||
* | Update ERC setup | Amin Bandali | 2021-04-11 | 1 | -38/+16 |
| | | | | | | | I'm not using ZNC anymore. Also, use client certificates for authentication with the networks. Also bump copyright years. | ||||
* | Tweak ERC settings, including enabling logging | Amin Bandali | 2021-04-07 | 1 | -4/+16 |
| | |||||
* | Many uncommitted changes | Amin Bandali | 2021-03-13 | 1 | -12/+13 |
| | |||||
* | A few accumulated changes | Amin Bandali | 2020-11-22 | 1 | -5/+6 |
| | |||||
* | A few small uncommitted changes | Amin Bandali | 2020-10-20 | 1 | -2/+2 |
| | |||||
* | * .emacs.d/lisp/bandali-erc.el: Tweak pals | Amin Bandali | 2020-10-07 | 1 | -3/+5 |
| | |||||
* | Move GNU Emacs configs from ./ into .emacs.d/ | Amin Bandali | 2020-10-05 | 1 | -0/+178 |
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/. |