summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Tweak the Emacs package management setupHEADmainAmin Bandali12 days1-10/+9
|
* Refresh the package archives if never done beforeAmin Bandali12 days1-0/+4
|
* Drop use-package againAmin Bandali12 days1-27/+34
| | | | | I prefer my own manual approach, use-package feels too magical and at times does too much for me.
* Port the rest of my GNU Emacs configuration to use-packageAmin Bandali14 days1-11/+5
|
* Add bandali-miscAmin Bandali14 days1-74/+1
|
* Add ':defer t' to several use-package formsAmin Bandali14 days1-0/+1
| | | | | This is to bring emacs-init-time mostly in line with what it was without use-package.
* Update bandali-essentials and add bandali-progAmin Bandali2025-02-081-106/+14
|
* Add bandali-essentials and bandali-utils, use use-packageAmin Bandali2025-02-081-398/+9
|
* A few small Emacs-related updatesAmin Bandali2025-02-071-26/+13
|
* Break out .emacs.d/init.el into .emacs.d/lisp/bandali-*.el againAmin Bandali2025-01-301-1016/+10
| | | | | Having used the monolithic init.el approach, I found it somewhat unwieldy, especially as the file grows larger and larger.
* Various updatesAmin Bandali2025-01-301-1/+11
|
* Update ERC key bindings for Libera.Chat and OFTCAmin Bandali2025-01-301-10/+8
|
* Some font-related updatesAmin Bandali2025-01-301-6/+15
|
* Various updatesAmin Bandali2024-11-291-58/+24
|
* Various updatesAmin Bandali2024-11-291-0/+13
|
* Get b-bar battery from GNU Emacs if availableAmin Bandali2024-09-191-1/+2
|
* Edit git's COMMIT_EDITMSG files in text-modeAmin Bandali2024-08-311-1/+2
|
* A few more updates from anahitaAmin Bandali2024-08-311-0/+1
|
* Various updates from anahitaAmin Bandali2024-08-301-1/+4
|
* Experiment with EXWM a bit againAmin Bandali2024-08-271-5/+285
|
* Add EXWM and XELBAmin Bandali2024-08-101-0/+7
|
* Various updatesAmin Bandali2024-06-191-10/+12
|
* Set GNU Emacs default-input-method to farsi-isiri-9147Amin Bandali2024-05-181-0/+3
|
* Use text-mode for README* filesAmin Bandali2024-05-181-0/+1
|
* 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).
* 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-311-403/+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 Emacs initialization customizationsAmin Bandali2024-03-301-1/+26
|
* Update user-email-address and drop some long-unused thingsAmin Bandali2024-03-161-51/+2
|
* Don't enable global-prettify-symbols-mode for prog-modeAmin Bandali2024-02-241-2/+2
|
* Drop boxquote from init.elAmin Bandali2023-12-231-29/+0
| | | | I haven't really used it much at all as of late.
* Various updates from adelitaAmin Bandali2023-10-261-0/+51
|
* Some Gnus tweaksAmin Bandali2023-09-131-0/+2
|
* 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/init.el: Require a few more Debian things.Amin Bandali2023-02-201-1/+13
|
* Add debian-elAmin Bandali2023-01-171-0/+3
| | | | Contains helpers specific to Debian users.
* Add dpkg-dev-elAmin Bandali2023-01-161-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-091-42/+48
|
* * .emacs.d/init.el: Show system volumes in mode-line.Amin Bandali2023-01-081-0/+55
| | | | | Uses pamixer to get or set the output (speakers or headphones) and input (microphone) volumes.
* * .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-271-2/+1
|
* Run EXWM on langa tooAmin Bandali2022-12-271-1/+1
|
* Various tweaks and fixes for using EXWMAmin Bandali2022-12-241-2/+8
| | | | | | | | | | | | | | | | * .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.
* * .emacs.d/init.el (b/invert-default-face): Improve.Amin Bandali2022-12-241-6/+13
| | | | | | | Take a prefix argument that when set, will have the function invert the faces across all frames rather than just (selected-frame). Also, if we're running EXWM refresh the system tray background colour.