Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-05-18 | Add debian mail | Amin Bandali | 1 | -0/+16 | |
2024-04-01 | Drop a bunch of long-unused things from .emacs.d/init.el | Amin Bandali | 1 | -62/+11 | |
Also drop pulseaudio volume display from mode-line; I already have it in my window manager's bar outside GNU Emacs. Plus, I think this latest change of calling out to b-pavols directly in mode-line-format would be terribly inefficient. | |||||
2024-04-01 | Break pulse volume code out of bar and into its own script | Amin Bandali | 6 | -125/+48 | |
In part so that it could easily be used in Emacs as well. Also rename pacify-pulseaudio to b-pacify (as in PAcify). | |||||
2024-03-31 | Update cmake-mode and cmake-font-lock | Amin Bandali | 2 | -19/+45 | |
cmake-mode.el import from upstream cmake repo as of https://gitlab.kitware.com/cmake/cmake/-/blob/69c8ca4bc9bbe85ab7c2f24d412ca21afe40549e/Auxiliary/cmake-mode.el | |||||
2024-03-31 | Drop vestigial submodules | Amin Bandali | 5 | -12/+0 | |
2024-03-31 | Make a general keybindings list of dotted pairs and dolist over it | Amin Bandali | 1 | -33/+33 | |
2024-03-31 | Merge .emacs.d/lisp/bandali-*.el into .emacs.d/init.el | Amin Bandali | 14 | -2071/+1031 | |
Somewhat major overhaul. Worth mentioning are the b/keymap-* wrappers added around the newly introduced keymap-* functions in GNU Emacs 29. Also dropped some mostly unused configs like exwm and org. | |||||
2024-03-30 | Add a few custom gnus summary mode bindings | Amin Bandali | 1 | -8/+29 | |
2024-03-30 | Add a few Emacs initialization customizations | Amin Bandali | 1 | -1/+26 | |
2024-03-29 | Yearly archives for kelar mail using Gnus' mail expiring | Amin Bandali | 1 | -9/+7 | |
HOWTO: In 'summary' buffers, hit 'E' to mark message for expiring. After 'nnmail-expiry-wait' days (default: 7), Gnus will move the message to the expiry target, in this case the 'Archive.yyyy' group. | |||||
2024-03-29 | Adjust 'editor' settings | Amin Bandali | 3 | -3/+4 | |
2024-03-29 | Unset MOZ_USE_XINPUT2 in sway-run, not needed | Amin Bandali | 1 | -0/+2 | |
2024-03-29 | Add Noto Color Emoji as fallback font to foot config | Amin Bandali | 1 | -1/+1 | |
2024-03-29 | gsettings set cursor-theme to DMZ-White in sway config | Amin Bandali | 1 | -0/+1 | |
2024-03-29 | Add .Xdefaults to have sway use X resources properly | Amin Bandali | 2 | -1/+1 | |
2024-03-28 | Small changes | Amin Bandali | 7 | -12/+20 | |
2024-03-23 | .profile: Set a few go-related vars | Amin Bandali | 1 | -0/+4 | |
2024-03-23 | Various updates | Amin Bandali | 4 | -6/+9 | |