summaryrefslogtreecommitdiffstats
path: root/.emacs.d/lisp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (Re)add SFL mailAmin Bandali2022-11-281-6/+7
|
* Various mail-related updates and cleanupsAmin Bandali2022-11-252-85/+60
|
* * .emacs.d/lisp/bandali-gnus.el: Move spam out earlier.Amin Bandali2022-11-141-2/+2
|
* * .emacs.d/lisp/boxquote: Remove submodule (now installed from NonGNU ELPA).Amin Bandali2022-08-271-0/+0
|
* * .emacs.d/lisp/bandali-message.el: Set `message-fill-column'Amin Bandali2022-08-031-0/+2
| | | | ...to 70, and `message-forward-as-mime' to t.
* A few small misc updatesAmin Bandali2022-08-031-1/+2
|
* Update/shorten various custom Emacs bindingsAmin Bandali2022-08-033-6/+6
|
* * .emacs.d/lisp/bandali-org.el: Disable org-indent-mode for now.Amin Bandali2022-05-291-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.
* Add Gnus and mbsync configurations for @kelar.org emailAmin Bandali2022-05-191-0/+22
|
* * .emacs.d/lisp/bandali-message.el (message-dont-reply-to-names): Add ↵Amin Bandali2022-05-191-1/+1
| | | | @kelar.org address.
* Import cmake-mode.el and add cmake-font-lock submoduleAmin Bandali2022-05-192-0/+495
| | | | | | | * .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 EmacsAmin Bandali2022-05-193-0/+714
| | | | | This is what I used for preparing and presenting my LibrePlanet 2022 talk, 'The Net beyond the web' back in March. :)
* Drop `csetq' macro and use good old `setq' and `setq-default'.Amin Bandali2022-05-198-247/+253
|
* * .emacs.d/lisp/bandali-erc.el: freenode -> libera.chatAmin Bandali2022-05-191-2/+2
| | | | I'd somehow not yet committed this since last year.
* emacs: update package versions, ditch orgalist, remove deprecated commented ↵Amin Bandali2021-10-181-9/+0
| | | | pinentry bits
* several uncommitted changesAmin Bandali2021-10-171-0/+1
|
* gnus: conditional mail setup based on hostnameAmin Bandali2021-05-181-94/+107
|
* small mail-related tweaksAmin Bandali2021-05-161-1/+1
|
* add lisp/bandali-po.el with customizations for po-modeAmin Bandali2021-05-151-0/+61
|
* add po-mode.el from the gettext repoAmin Bandali2021-05-151-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 completionAmin Bandali2021-05-151-5/+5
|
* various small email-related tweaksAmin Bandali2021-05-152-7/+10
|
* remove some long-unused vestigial bits and piecesAmin Bandali2021-05-153-504/+4
|
* migrate from msmtp (external) to emacs's own smtpmailAmin Bandali2021-05-152-3/+7
| | | | todo: see if it's possible to pin cert fingerprints as with msmtp
* migrate from ebdb to a simple ~/.mailrcAmin Bandali2021-05-153-57/+6
| | | | | also automatically expand aliases when going to the next line or jumping to the end of buffer in message-mode.
* Tweak Gnus setup.Amin Bandali2021-04-271-4/+13
| | | | | Most usefully, set gnus-topic-topology for a stable topology of Gnus topics.
* Local SFL mail.Amin Bandali2021-04-271-3/+5
|
* * .emacs.d/lisp/bandali-erc.el: Don't set erc-lurker-hide-list.Amin Bandali2021-04-251-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 bindingsAmin Bandali2021-04-191-0/+4
|
* * .emacs.d/lisp/bandali-erc.el: Custom log directory and file namesAmin Bandali2021-04-191-2/+16
|
* * .emacs.d/lisp/bandali-erc.el: Look up certs from authinfo fileAmin Bandali2021-04-181-6/+3
|
* Update ERC setupAmin Bandali2021-04-114-41/+19
| | | | | | | I'm not using ZNC anymore. Also, use client certificates for authentication with the networks. Also bump copyright years.
* Tweak ERC settings, including enabling loggingAmin Bandali2021-04-071-4/+16
|
* Many uncommitted changesAmin Bandali2021-03-136-169/+124
|
* Upgrade exwm-editAmin Bandali2021-01-021-0/+0
|
* Use my own newline & reformat function for M-RET in messageAmin Bandali2020-11-221-0/+15
|
* A few accumulated changesAmin Bandali2020-11-223-12/+16
|
* Remove (unused) magit configAmin Bandali2020-11-221-70/+0
|
* Remove ivy, related packages, and my configs for itAmin Bandali2020-11-224-75/+0
|
* A few small uncommitted changesAmin Bandali2020-10-203-2/+7
|
* Small EXWM tweaksAmin Bandali2020-10-131-2/+2
| | | | | * .emacs.d/lisp/bandali-exwm.el: bump `exwm-workspace-number' to 10, check for Iceweasel in addition to IceCat.
* Some adaptations for my current EXWM setupAmin Bandali2020-10-121-4/+13
|
* * .emacs.d/lisp/bandali-ivy.el: Disable ido-mode when starting ivyAmin Bandali2020-10-121-0/+1
|
* Switch to EXWMAmin Bandali2020-10-127-201/+184
| | | | (langa runs Parabola GNU/Linux-libre)
* * .emacs.d/lisp/bandali-erc.el: Tweak palsAmin Bandali2020-10-071-3/+5
|
* Remove some vestigial stuffAmin Bandali2020-10-062-13/+0
|
* Move GNU Emacs configs from ./ into .emacs.d/Amin Bandali2020-10-0520-0/+2189
| | | | | | 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/.
* move emacs files from .emacs.d to .Amin Bandali2020-04-113-670/+0
| | | | this repository's root will be ~/.emacs.d (again) from now on
* emacs: add and use smart-mode-line-tangomod-themeAmin Bandali2019-09-291-0/+51
|
* Revert "emacs: tangomod: tweak mode-line colours"Amin Bandali2019-09-291-2/+2
| | | | This reverts commit c470019ff5cb6b4bfeb7dd950f6b5ea4221d2655.