Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * .emacs.d/lisp/bandali-gnus.el: Move spam out earlier. | Amin Bandali | 2022-11-14 | 1 | -2/+2 | |
| | ||||||
* | * .emacs.d/lisp/boxquote: Remove submodule (now installed from NonGNU ELPA). | Amin Bandali | 2022-08-27 | 2 | -1/+0 | |
| | ||||||
* | * .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. | |||||
* | A few small misc updates | Amin Bandali | 2022-08-03 | 1 | -1/+2 | |
| | ||||||
* | * .emacs.d/init.el: Drop most `startup' customizations. | Amin Bandali | 2022-08-03 | 1 | -15/+1 | |
| | ||||||
* | Update/shorten various custom Emacs bindings | Amin Bandali | 2022-08-03 | 4 | -11/+11 | |
| | ||||||
* | * .emacs.d/lisp/bandali-org.el: Disable org-indent-mode for now. | Amin Bandali | 2022-05-29 | 1 | -1/+3 | |
| | | | | | | It doesn't seem to play nice with `display-fill-column-indicator'; and since I recently started using that (and very much like it), don't turn this on anymore for now. | |||||
* | * .emacs.d/init.el (b/invert-default-face): Only invert the faces for the ↵ | Amin Bandali | 2022-05-23 | 1 | -3/+2 | |
| | | | | (selected-frame). | |||||
* | * .emacs.d/init.el: Fix logic for loading display-fill-column-indicator. | Amin Bandali | 2022-05-22 | 1 | -5/+4 | |
| | ||||||
* | * .emacs.d/init.el: Cleanups and fixes throughout. | Amin Bandali | 2022-05-20 | 1 | -311/+236 | |
| | ||||||
* | * .emacs.d/init.el (b/*scratch*): Invert `mode-line' when `display-graphic-p'. | Amin Bandali | 2022-05-19 | 1 | -1/+3 | |
| | ||||||
* | Add Gnus and mbsync configurations for @kelar.org email | Amin Bandali | 2022-05-19 | 2 | -1/+23 | |
| | ||||||
* | * .emacs.d/init.el: Scroll conservatively and don't recenter point. | Amin Bandali | 2022-05-19 | 1 | -0/+1 | |
| | ||||||
* | * .emacs.d/lisp/bandali-message.el (message-dont-reply-to-names): Add ↵ | Amin Bandali | 2022-05-19 | 1 | -1/+1 | |
| | | | | @kelar.org address. | |||||
* | Import cmake-mode.el and add cmake-font-lock submodule | Amin Bandali | 2022-05-19 | 3 | -0/+501 | |
| | | | | | | | * .emacs.d/init.el: require cmake-mode and cmake-font-lock. * .emacs.d/lisp/cmake-mode.el: Import from upstream cmake repo as of https://gitlab.kitware.com/cmake/cmake/-/blob/9daa244e9904e3d80afa149c927a01413e2a6cd0/Auxiliary/cmake-mode.el into .emacs.d/lisp/ under the 3-clause BSD license. | |||||
* | Add ffs (form feed slides) mode for GNU Emacs | Amin Bandali | 2022-05-19 | 4 | -0/+729 | |
| | | | | | This is what I used for preparing and presenting my LibrePlanet 2022 talk, 'The Net beyond the web' back in March. :) | |||||
* | * .emacs.d/init.el: Small cleanups. | Amin Bandali | 2022-05-19 | 1 | -24/+7 | |
| | ||||||
* | Rewrite `b/*scratch*' function in init file | Amin Bandali | 2022-05-19 | 1 | -5/+4 | |
| | | | | | | * .emacs.d/init.el (b/*scratch*): Rewrite to use the new `get-scratch-buffer-create' function in emacs.git master branch if available, otherwise use the old `startup--get-buffer-create-scratch'. | |||||
* | Drop `csetq' macro and use good old `setq' and `setq-default'. | Amin Bandali | 2022-05-19 | 9 | -345/+326 | |
| | ||||||
* | * .emacs.d/init.el: Add 'b/invert-default-face' as a simple light/dark theme ↵ | Amin Bandali | 2022-05-19 | 1 | -0/+7 | |
| | | | | toggle. | |||||
* | * .emacs.d/init.el: No, I don't want a variable-pitched non-monospaced ↵ | Amin Bandali | 2022-05-19 | 1 | -1/+3 | |
| | | | | | | | | mode-line. Though this seems to have thankfully been reversed again upstream in 2001ae5898a1e48cae5b138828190ac2cba39b40, I'm keeping this in my init file for now. | |||||
* | * .emacs.d/init.el: Add "/usr/share/info/" to 'Info-directory-list'. | Amin Bandali | 2022-05-19 | 1 | -4/+6 | |
| | ||||||
* | * .emacs.d/init.el: Add some i3-like windmove bindings. | Amin Bandali | 2022-05-19 | 1 | -0/+8 | |
| | ||||||
* | * .emacs.d/init.el: Extend zoneinfo-style-world-list. | Amin Bandali | 2022-05-19 | 1 | -1/+6 | |
| | ||||||
* | * .emacs.d/init.el: Disable package version pinning for now. | Amin Bandali | 2022-05-19 | 1 | -13/+13 | |
| | ||||||
* | * .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: update package versions, ditch orgalist, remove deprecated commented ↵ | Amin Bandali | 2021-10-18 | 2 | -34/+16 | |
| | | | | pinentry bits | |||||
* | several uncommitted changes | Amin Bandali | 2021-10-17 | 3 | -6/+15 | |
| | ||||||
* | gnus: conditional mail setup based on hostname | Amin Bandali | 2021-05-18 | 1 | -94/+107 | |
| | ||||||
* | emacs: tweak mode-line look | Amin Bandali | 2021-05-18 | 1 | -4/+5 | |
| | ||||||
* | small mail-related tweaks | Amin Bandali | 2021-05-16 | 2 | -2/+5 | |
| | ||||||
* | add lisp/bandali-po.el with customizations for po-mode | Amin Bandali | 2021-05-15 | 2 | -0/+64 | |
| | ||||||
* | add po-mode.el from the gettext repo | Amin Bandali | 2021-05-15 | 1 | -0/+3427 | |
| | | | | https://git.savannah.gnu.org/gitweb/?p=gettext.git;a=blob;f=gettext-tools/emacs/po-mode.el;h=e04428772c1c487773282d68115672dd1e823fa5;hb=HEAD | |||||
* | fix "M-r" binding for eshell history completion | Amin Bandali | 2021-05-15 | 1 | -5/+5 | |
| | ||||||
* | bind "C-c f p" to find-file-at-point | Amin Bandali | 2021-05-15 | 1 | -0/+1 | |
| | ||||||
* | various small email-related tweaks | Amin Bandali | 2021-05-15 | 3 | -8/+11 | |
| | ||||||
* | experiment with using the default emacs completion system | Amin Bandali | 2021-05-15 | 1 | -10/+14 | |
| | ||||||
* | remove some long-unused vestigial bits and pieces | Amin Bandali | 2021-05-15 | 4 | -550/+4 | |
| | ||||||
* | migrate from msmtp (external) to emacs's own smtpmail | Amin Bandali | 2021-05-15 | 3 | -8/+7 | |
| | | | | 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 | 4 | -60/+7 | |
| | | | | | 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 | 2 | -4/+6 | |
| | ||||||
* | * .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-gnus.el: More convenient reply bindings | Amin Bandali | 2021-04-19 | 1 | -0/+4 | |
| | ||||||
* | * .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 | 5 | -42/+20 | |
| | | | | | | | 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 | |
| | ||||||
* | Customize mode-line faces only in graphical environments | Amin Bandali | 2021-04-07 | 1 | -9/+10 | |
| | ||||||
* | Many uncommitted changes | Amin Bandali | 2021-03-13 | 10 | -316/+253 | |
| |