summaryrefslogtreecommitdiffstats
path: root/.emacs.d (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * .emacs.d/init.el: Disable package version pinning for now.Amin Bandali2022-05-191-13/+13
|
* * .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-182-34/+16
| | | | pinentry bits
* 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 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
|
* 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 smtpmailAmin Bandali2021-05-153-8/+7
| | | | todo: see if it's possible to pin cert fingerprints as with msmtp
* migrate from ebdb to a simple ~/.mailrcAmin Bandali2021-05-154-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 Bandali2021-04-271-4/+13
| | | | | Most usefully, set gnus-topic-topology for a stable topology of Gnus topics.
* Local SFL mail.Amin Bandali2021-04-272-4/+6
|
* * .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-115-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 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 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-122-14/+13
|
* * .emacs.d/lisp/bandali-ivy.el: Disable ido-mode when starting ivyAmin Bandali2020-10-121-0/+1
|
* Switch to EXWMAmin Bandali2020-10-128-207/+192
| | | | (langa runs Parabola GNU/Linux-libre)
* Add expand-region to `package-load-list'Amin Bandali2020-10-071-0/+1
|
* * .emacs.d/lisp/bandali-erc.el: Tweak palsAmin Bandali2020-10-071-3/+5
|
* Remove some vestigial stuffAmin Bandali2020-10-063-137/+0
|
* Move GNU Emacs configs from ./ into .emacs.d/Amin Bandali2020-10-0550-0/+3509
| | | | | | 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-1133-3708/+0
| | | | this repository's root will be ~/.emacs.d (again) from now on
* emacs/eshell: restore mistakenly deleted custom eshell promptAmin Bandali2020-04-111-0/+15
|
* emacs: delete many unused and/or disabled packagesAmin Bandali2020-04-111-238/+2
| | | | | | | | | including: - exec-path-from-shell: does not seem necessary anymore - web-mode: i use the built-in mhtml-mode now - java-related things - bbdb: i've been using ebdb and happy with it
* emacs: try setting a smaller gc-cons-threshold initiallyAmin Bandali2020-04-101-1/+1
| | | | doesn't seem to have an adverse effect on emacs-init-time
* scattered updatesAmin Bandali2020-03-313-11/+12
|
* guix,getmail,emacs: update username and mail addressAmin Bandali2020-03-231-2/+2
|
* emacs: erc: remove moznet; ripAmin Bandali2020-03-191-2/+0
|
* update gnu addressAmin Bandali2020-03-191-7/+7
|
* msmtp: update fp tls fingerprint, emacs: minor tweaksAmin Bandali2020-03-131-6/+5
|
* emacs: add current exwm workspace number to mode-lineAmin Bandali2020-03-131-1/+10
|