summaryrefslogtreecommitdiffstats
path: root/.emacs.d (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add debian mailAmin Bandali2024-05-181-0/+16
|
* Drop a bunch of long-unused things from .emacs.d/init.elAmin Bandali2024-04-011-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.
* Break pulse volume code out of bar and into its own scriptAmin Bandali2024-04-011-103/+10
| | | | | | In part so that it could easily be used in Emacs as well. Also rename pacify-pulseaudio to b-pacify (as in PAcify).
* Update cmake-mode and cmake-font-lockAmin Bandali2024-03-312-19/+45
| | | | | cmake-mode.el import from upstream cmake repo as of https://gitlab.kitware.com/cmake/cmake/-/blob/69c8ca4bc9bbe85ab7c2f24d412ca21afe40549e/Auxiliary/cmake-mode.el
* Drop vestigial submodulesAmin Bandali2024-03-314-0/+0
|
* Make a general keybindings list of dotted pairs and dolist over itAmin Bandali2024-03-311-33/+33
|
* Merge .emacs.d/lisp/bandali-*.el into .emacs.d/init.elAmin Bandali2024-03-3114-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.
* Add a few custom gnus summary mode bindingsAmin Bandali2024-03-301-8/+29
|
* Add a few Emacs initialization customizationsAmin Bandali2024-03-301-1/+26
|
* Yearly archives for kelar mail using Gnus' mail expiringAmin Bandali2024-03-291-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.
* Various updatesAmin Bandali2024-03-231-1/+1
|
* Update user-email-address and drop some long-unused thingsAmin Bandali2024-03-161-51/+2
|
* Update gnus-secondary-select-methods and gnus-topic-topologyAmin Bandali2024-03-061-110/+110
|
* Various updates from nostalgiaAmin Bandali2024-03-021-11/+1
|
* Adapt eshell prompt to match my bash promptAmin Bandali2024-02-241-11/+22
|
* Customize a few mml settingsAmin Bandali2024-02-241-0/+10
|
* Don't enable global-prettify-symbols-mode for prog-modeAmin Bandali2024-02-241-2/+2
|
* Various small tweaksAmin Bandali2024-01-071-2/+2
|
* Drop boxquote from init.elAmin Bandali2023-12-231-29/+0
| | | | I haven't really used it much at all as of late.
* Small updatesAmin Bandali2023-12-161-0/+1
|
* Various updates from daryaAmin Bandali2023-10-262-0/+5
|
* Various updates from adelitaAmin Bandali2023-10-264-14/+74
|
* Keep original message Date in GnusAmin Bandali2023-09-131-14/+1
| | | | It's neat seeing people's differing timezones. :-)
* Some Gnus tweaksAmin Bandali2023-09-132-6/+18
|
* Drop some unused bits from init fileAmin Bandali2023-09-131-13/+1
|
* Actually, drop the whole thing; I'd like to see compilation alwaysAmin Bandali2023-09-131-31/+0
|
* Port compilation hiding advice to advice-add, but disable itAmin Bandali2023-09-131-8/+17
|
* * .emacs.d/lisp/bandali-gnus.el: Tweak gnus-posting-styles.Amin Bandali2023-04-211-0/+4
|
* * .emacs.d/lisp/bandali-erc.el: Small tweaks/fixes.Amin Bandali2023-04-211-24/+41
|
* Add and use @ubuntu.com address in a few placesAmin Bandali2023-04-202-1/+5
|
* * .emacs.d/lisp/bandali-gnus.el: Restore gnus-user-agent to its former glory.Amin Bandali2023-02-261-0/+2
|
* * .emacs.d/lisp/dpkg-dev-el: Bump.Amin Bandali2023-02-201-0/+0
|
* Update primary Canonical mail and a few other small tweaksAmin Bandali2023-02-202-2/+15
|
* * .emacs.d/init.el: Require a few more Debian things.Amin Bandali2023-02-201-1/+13
|
* Add debian-elAmin Bandali2023-01-172-0/+3
| | | | Contains helpers specific to Debian users.
* * .emacs.d/lisp/bandali-org.el: Add ox-md export backend.Amin Bandali2023-01-161-0/+3
|
* Add dpkg-dev-elAmin Bandali2023-01-162-0/+5
| | | | Contains useful utilities for working on Debian packages.
* * .emacs.d/init.el: Use "Sahel WOL" for Persian text.Amin Bandali2023-01-161-1/+1
|
* Clean up the system volume in mode-line display codeAmin Bandali2023-01-092-61/+58
|
* * .emacs.d/init.el: Show system volumes in mode-line.Amin Bandali2023-01-082-7/+95
| | | | | Uses pamixer to get or set the output (speakers or headphones) and input (microphone) volumes.
* * .emacs.d/lisp/bandali-gnus.el: Drop uwaterloo mail remnants.Amin Bandali2023-01-081-18/+0
|
* * .emacs.d/init.el: Update mode-line time and battery format.Amin Bandali2023-01-031-2/+2
|
* Prevent bad interaction between EXWM and winner-modeAmin Bandali2022-12-271-1/+13
|
* A few tiny tweaksAmin Bandali2022-12-272-4/+6
|
* Run EXWM on langa tooAmin Bandali2022-12-272-3/+3
|
* * .emacs.d/lisp/bandali-gnus.el: Decode application/gzip attachments.Amin Bandali2022-12-251-1/+10
|
* * .emacs.d/lisp/bandali-gnus.el: Drop signature.Amin Bandali2022-12-251-7/+1
|
* * .emacs.d/lisp/bandali-gnus.el: Split mail from Debian Alioth lists.Amin Bandali2022-12-251-0/+2
|
* Various tweaks and fixes for using EXWMAmin Bandali2022-12-242-15/+23
| | | | | | | | | | | | | | | | * .Xresources.d/xterm: Allow send events, needed for EXWM's simulation keys to work. * .emacs.d/init.el: Check additionally that we're in a graphical environment, though not in another window manager or desktop environment, before running EXWM. Also, use the EXWM-provided function for switching buffers that also works for EXWM windows, including windows in other workspaces or those that are floating. * .emacs.d/lisp/bandali-exwm.el: Tweak and add to global and simulation keys for more convenience. * .gnupg/gpg-agent.conf: It seems we need to explicitly set a pinentry-program, otherwise GPG will pick the tty or ncurses one even when we're not in a tty or terminal, which will not work and cause problems when using EXWM.
* Show current EXWM workspace index in mode-lineAmin Bandali2022-12-241-0/+10
|