summaryrefslogtreecommitdiffstats
path: root/.emacs.d (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add Gnus and mbsync configurations for @kelar.org emailAmin Bandali2022-05-192-1/+23
* * .emacs.d/init.el: Scroll conservatively and don't recenter point.Amin Bandali2022-05-191-0/+1
* * .emacs.d/lisp/bandali-message.el (message-dont-reply-to-names): Add @kelar....Amin Bandali2022-05-191-1/+1
* Import cmake-mode.el and add cmake-font-lock submodule•••* .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. Amin Bandali2022-05-193-0/+501
* Add ffs (form feed slides) mode for GNU Emacs•••This is what I used for preparing and presenting my LibrePlanet 2022 talk, 'The Net beyond the web' back in March. :) Amin Bandali2022-05-194-0/+729
* * .emacs.d/init.el: Small cleanups.Amin Bandali2022-05-191-24/+7
* Rewrite `b/*scratch*' function in init file•••* .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'. Amin Bandali2022-05-191-5/+4
* Drop `csetq' macro and use good old `setq' and `setq-default'.Amin Bandali2022-05-199-345/+326
* * .emacs.d/init.el: Add 'b/invert-default-face' as a simple light/dark theme ...Amin Bandali2022-05-191-0/+7
* * .emacs.d/init.el: No, I don't want a variable-pitched non-monospaced mode-l...•••Though this seems to have thankfully been reversed again upstream in 2001ae5898a1e48cae5b138828190ac2cba39b40, I'm keeping this in my init file for now. Amin Bandali2022-05-191-1/+3
* * .emacs.d/init.el: Add "/usr/share/info/" to 'Info-directory-list'.Amin Bandali2022-05-191-4/+6
* * .emacs.d/init.el: Add some i3-like windmove bindings.Amin Bandali2022-05-191-0/+8
* * .emacs.d/init.el: Extend zoneinfo-style-world-list.Amin Bandali2022-05-191-1/+6
* * .emacs.d/init.el: Disable package version pinning for now.Amin Bandali2022-05-191-13/+13
* * .emacs.d/lisp/bandali-erc.el: freenode -> libera.chat•••I'd somehow not yet committed this since last year. Amin Bandali2022-05-191-2/+2
* emacs: update package versions, ditch orgalist, remove deprecated commented p...Amin Bandali2021-10-182-34/+16
* several uncommitted changesAmin Bandali2021-10-173-6/+15
* gnus: conditional mail setup based on hostnameAmin Bandali2021-05-181-94/+107
* emacs: tweak mode-line lookAmin Bandali2021-05-181-4/+5
* small mail-related tweaksAmin Bandali2021-05-162-2/+5
* add lisp/bandali-po.el with customizations for po-modeAmin Bandali2021-05-152-0/+64
* add po-mode.el from the gettext repo•••https://git.savannah.gnu.org/gitweb/?p=gettext.git;a=blob;f=gettext-tools/emacs/po-mode.el;h=e04428772c1c487773282d68115672dd1e823fa5;hb=HEAD Amin Bandali2021-05-151-0/+3427
* fix "M-r" binding for eshell history completionAmin Bandali2021-05-151-5/+5
* bind "C-c f p" to find-file-at-pointAmin Bandali2021-05-151-0/+1
* various small email-related tweaksAmin Bandali2021-05-153-8/+11
* experiment with using the default emacs completion systemAmin Bandali2021-05-151-10/+14
* remove some long-unused vestigial bits and piecesAmin Bandali2021-05-154-550/+4
* migrate from msmtp (external) to emacs's own smtpmail•••todo: see if it's possible to pin cert fingerprints as with msmtp Amin Bandali2021-05-153-8/+7
* migrate from ebdb to a simple ~/.mailrc•••also automatically expand aliases when going to the next line or jumping to the end of buffer in message-mode. Amin Bandali2021-05-154-60/+7
* Tweak Gnus setup.•••Most usefully, set gnus-topic-topology for a stable topology of Gnus topics. Amin Bandali2021-04-271-4/+13
* Local SFL mail.Amin Bandali2021-04-272-4/+6
* * .emacs.d/lisp/bandali-erc.el: Don't set erc-lurker-hide-list.•••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. Amin Bandali2021-04-251-1/+1
* * .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 setup•••I'm not using ZNC anymore. Also, use client certificates for authentication with the networks. Also bump copyright years. Amin Bandali2021-04-115-42/+20
* Tweak ERC settings, including enabling loggingAmin Bandali2021-04-071-4/+16
* Customize mode-line faces only in graphical environmentsAmin Bandali2021-04-071-9/+10
* Many uncommitted changesAmin Bandali2021-03-1310-316/+253
* 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-224-15/+47
* Remove (unused) magit configAmin Bandali2020-11-222-72/+0
* Remove ivy, related packages, and my configs for itAmin Bandali2020-11-225-89/+1
* A few small uncommitted changesAmin Bandali2020-10-204-3/+8
* Small EXWM tweaks•••* .emacs.d/lisp/bandali-exwm.el: bump `exwm-workspace-number' to 10, check for Iceweasel in addition to IceCat. Amin Bandali2020-10-131-2/+2
* Some adaptations for my current EXWM setupAmin Bandali2020-10-122-14/+13
* * .emacs.d/lisp/bandali-ivy.el: Disable ido-mode when starting ivyAmin Bandali2020-10-121-0/+1
* Switch to EXWM•••(langa runs Parabola GNU/Linux-libre) Amin Bandali2020-10-128-207/+192
* Add expand-region to `package-load-list'Amin Bandali2020-10-071-0/+1