Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | tridactyl: focus <video> tags using ;v | Amin Bandali | 2021-05-15 | 1 | -0/+2 | |
| | ||||||
* | migrate from msmtp (external) to emacs's own smtpmail | Amin Bandali | 2021-05-15 | 4 | -80/+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 | 3 | -4/+31 | |
| | ||||||
* | * .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. | |||||
* | * .config/screen/screenrc: Lock screen when idle. | Amin Bandali | 2021-04-24 | 1 | -0/+3 | |
| | ||||||
* | * .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 | |
| | ||||||
* | .config/msmtp/config: Update TLS fingerprints for shemshak and gnu | Amin Bandali | 2021-04-14 | 1 | -2/+2 | |
| | ||||||
* | 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 | |
| | ||||||
* | Add some missing bins | Amin Bandali | 2021-04-03 | 3 | -0/+75 | |
| | ||||||
* | Add configs for compton, dunst, i3, i3status, jami, and mpv | Amin Bandali | 2021-04-03 | 6 | -0/+757 | |
| | ||||||
* | * .config/screen/screenrc: Use ^z (instead of ^a) as the prefix | Amin Bandali | 2021-03-28 | 1 | -0/+9 | |
| | ||||||
* | Add dunst.service dbus file | Amin Bandali | 2021-03-28 | 1 | -0/+3 | |
| | | | | To help force use of dunst in desktop environments like MATE. | |||||
* | Many uncommitted changes | Amin Bandali | 2021-03-13 | 22 | -346/+307 | |
| | ||||||
* | Add picom config | Amin Bandali | 2021-01-02 | 1 | -0/+412 | |
| | | | | | * .config/picom/picom.conf: Add initial version, from https://github.com/yshui/picom/blob/d974367a0446f4f1939daaada7cb6bca84c893ef/picom.sample.conf | |||||
* | Upgrade exwm-edit | Amin Bandali | 2021-01-02 | 1 | -0/+0 | |
| | ||||||
* | Use my own newline & reformat function for M-RET in message | Amin Bandali | 2020-11-22 | 1 | -0/+15 | |
| | ||||||
* | A few accumulated changes | Amin Bandali | 2020-11-22 | 4 | -15/+47 | |
| | ||||||
* | Remove (unused) magit config | Amin Bandali | 2020-11-22 | 2 | -72/+0 | |
| | ||||||
* | Remove ivy, related packages, and my configs for it | Amin Bandali | 2020-11-22 | 6 | -95/+1 | |
| | ||||||
* | A few more small changes | Amin Bandali | 2020-11-21 | 4 | -4/+5 | |
| | ||||||
* | A few small uncommitted changes | Amin Bandali | 2020-10-20 | 6 | -4/+11 | |
| | ||||||
* | Small EXWM tweaks | Amin Bandali | 2020-10-13 | 1 | -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 setup | Amin Bandali | 2020-10-12 | 6 | -20/+22 | |
| | ||||||
* | * .emacs.d/lisp/bandali-ivy.el: Disable ido-mode when starting ivy | Amin Bandali | 2020-10-12 | 1 | -0/+1 | |
| | ||||||
* | bash: Disallow overwriting existing file using shell redirection | Amin Bandali | 2020-10-12 | 2 | -0/+3 | |
| | ||||||
* | Switch to EXWM | Amin Bandali | 2020-10-12 | 14 | -225/+226 | |
| | | | | (langa runs Parabola GNU/Linux-libre) | |||||
* | Changes from new Parabola setup | Amin Bandali | 2020-10-11 | 4 | -12/+11 | |
| | ||||||
* | Add expand-region to `package-load-list' | Amin Bandali | 2020-10-07 | 1 | -0/+1 | |
| | ||||||
* | * .emacs.d/lisp/bandali-erc.el: Tweak pals | Amin Bandali | 2020-10-07 | 1 | -3/+5 | |
| | ||||||
* | Remove some vestigial stuff | Amin Bandali | 2020-10-06 | 3 | -137/+0 | |
| | ||||||
* | Move user-level configs out of rc.org | Amin Bandali | 2020-10-06 | 50 | -2303/+1888 | |
| | | | | | I will keep rc.org around for now, only for system-level (global) config files. | |||||
* | Move GNU Emacs configs from ./ into .emacs.d/ | Amin Bandali | 2020-10-05 | 52 | -9/+8 | |
| | | | | | | 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/. | |||||
* | Fold lisp/bandali-utils.el back into init.el | Amin Bandali | 2020-10-05 | 7 | -209/+187 | |
| | ||||||
* | Pin ELPA package versions | Amin Bandali | 2020-10-04 | 1 | -12/+19 | |
| | ||||||
* | Remove old Borg-specific Makefile | Amin Bandali | 2020-10-04 | 1 | -24/+0 | |
| | ||||||
* | * lisp/bandali-magit.el: New file. | Amin Bandali | 2020-10-04 | 2 | -44/+71 | |
| | | | | Move (commented out) Magit stuff from init.el to new file. | |||||
* | * lisp/bandali-erc.el: Small tweaks to the nick and pal faces | Amin Bandali | 2020-10-04 | 1 | -3/+8 | |
| | ||||||
* | Migrate from using Borg to ELPA | Amin Bandali | 2020-10-04 | 46 | -623/+238 | |
| | ||||||
* | Drop no-littering | Amin Bandali | 2020-09-27 | 10 | -16/+57 | |
| |