summaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Drop no-litteringAmin Bandali2020-09-275-4/+16
|
* Drop use-packageAmin Bandali2020-09-2711-812/+739
| | | | along with some unused stuff
* * lisp/bandali-gnus.el: SFL mail setupAmin Bandali2020-09-191-5/+20
|
* A few small accumulated changesAmin Bandali2020-09-122-5/+14
|
* Various ERC customizationsAmin Bandali2020-08-141-1/+13
| | | | | | | | | | | | * lisp/bandali-erc.el: Make 'erc-pal-face more subtle, with a slight yellow background. Also, set erc-pal-highlight-type to the newly-added `message' type [1: e365b9ab7b], which in contrast to `all', only highlights the message body and not the nick. Lastly, add the tilde.chat network. [1: e365b9ab7b]: 2020-08-14 22:12:02 -0400 Add `message' to erc-match.el highlight types https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=e365b9ab7b989c0587c0f2c0f05d35b4d67920dd
* Remove erc-scrolltoplaceAmin Bandali2020-08-121-4/+0
| | | | keep-place seems fine
* * lisp/bandali-gnus.el: Don't create groups for debbugs messages.Amin Bandali2020-08-121-0/+2
|
* * lisp/bandali-message.el: only use name when quoting when availableAmin Bandali2020-08-101-7/+9
|
* * lisp/bandali-erc.el: add pals, show erc-track message countsAmin Bandali2020-08-101-1/+12
|
* A few small tweaksAmin Bandali2020-08-103-5/+9
|
* Avoid moving CSC cron reports to JunkAmin Bandali2020-07-301-0/+2
|
* Update mail signaturesAmin Bandali2020-07-211-5/+4
| | | | I'm actually an MMath now :-)
* Various email-related changesAmin Bandali2020-07-211-11/+20
|
* Update 17 drones and commit a bunch of changesAmin Bandali2020-07-024-8/+132
| | | | | | | | | | | | | | | | | | | | Update amx to v3.3-15-gccfc92c Update borg to v3.1.2-11-gbc6d869 Update dash to 2.17.0-5-g732d92e Update diff-hl to 1.8.7-17-g2281a89 Update ebdb to 0.6-130-g0b70386 Update ivy to 0.13.0-336-gd951004 Update libgit to 0ef8b13 Update magit to v2.90.1-1021-g485ee181 Update minions to v0.3.4 Update no-littering to v1.1.0-2-g93d66b1 Update org to release_9.3.7-662-g0c0d00b93 Update orgalist to 5b51845 Update transient to v0.2.0-28-g73694be Update use-package to 2.4-41-gbfc5ecd Update which-key to v3.4.0-25-g8f2427a Update with-editor to v2.9.3-3-g7c51288 Update yasnippet to 0.14.0-7-gd3d6d70
* Work around incompatibility between orgalist and yasnippetAmin Bandali2020-04-261-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/bandali-message.el: Disable yasnippet and enabled it after enabling orgalist, to avoid the following infinite recursion error in message-mode when auto-fill is triggered: Debugger entered--Lisp error: (error "Variable binding depth exceeds max-specpdl-size") current-fill-column() orgalist--auto-fill(yas--auto-fill) apply(orgalist--auto-fill yas--auto-fill nil) #f(advice-wrapper :around yas--auto-fill orgalist--auto-fill)() yas--auto-fill() orgalist--auto-fill(yas--auto-fill) apply(orgalist--auto-fill yas--auto-fill nil) #f(advice-wrapper :around yas--auto-fill orgalist--auto-fill)() yas--auto-fill() ... orgalist--auto-fill(yas--auto-fill) apply(orgalist--auto-fill yas--auto-fill nil) #f(advice-wrapper :around yas--auto-fill orgalist--auto-fill)() yas--auto-fill() internal-auto-fill() self-insert-command(1 32) funcall-interactively(self-insert-command 1 32) call-interactively(self-insert-command nil nil) command-execute(self-insert-command)
* Move which-key footnote replacement to lisp/bandali-message.el.Amin Bandali2020-04-251-3/+4
| | | | | Also, remove (use-package message-x). Doesn't seem to be needed for tab completion of Gcc in message.el.
* Move ls-lisp config from init.el to lisp/bandali-dired.el.Amin Bandali2020-04-251-0/+5
| | | | Also address byte-compiler warning.
* Assimilate 8 dronesAmin Bandali2020-04-255-1/+180
| | | | | | | | | | | | | Assimilate boxquote v2.1-1-g7e47e0e Assimilate expand-region 0.11.0-36-gea6b4cb Assimilate hl-todo v3.1.1-2-g3bba459 Assimilate orgalist b436971 Assimilate page-break-lines 0.11-29-g314b397 Assimilate unkillable-scratch 1.0.0-5-gb24c2a7 Assimilate which-key v3.4.0-24-g8b49ae9 Assimilate yasnippet 0.14.0-6-g5b1217a Also, remove some unused (use-package ...) forms.
* Update refinery-theme to v0.1.1Amin Bandali2020-04-253-211/+1
| | | | | | * lisp/bandali-theme.el: (setq sml/theme 'respectful). * lisp/smart-mode-line-bandali-theme.el, * lisp/tangomod-theme.el: Delete.
* Add and use my new Refinery colour themeAmin Bandali2020-04-253-31/+116
| | | | | | | | | | | | | Assimilate 4 drones Assimilate minions v0.3.3-2-gbc1edab Assimilate refinery-theme 71b5501 Assimilate rich-minority 1.0.3-2-ga03e693 Assimilate smart-mode-line 2.13-1-g999be06 * init.el: Move theme-related things from here... * lisp/bandali-theme.el: ...to here. * lisp/bandali-ivy.el: Face customizations now in Refinery.
* * lisp/bandali-gnus.el: Some automatic processing for incoming spamAmin Bandali2020-04-201-0/+4
| | | | | First, display both X-Spam-Flag and X-Spam-Level headers, and move messages to Junk if their X-Spam-Flag is YES.
* Small cleanupAmin Bandali2020-04-181-1/+0
|
* Address a few more byte-compiler warningsAmin Bandali2020-04-163-2/+13
|
* File header and footer updates.Amin Bandali2020-04-1411-0/+297
| | | | | | | | * init.el: Bump copyright year. * lisp/bandali-dired.el, lisp/bandali-ebdb.el, lisp/bandali-erc.el, lisp/bandali-eshell.el, lisp/bandali-exwm.el, lisp/bandali-gnus.el, lisp/bandali-ibuffer.el, lisp/bandali-ido.el, lisp/bandali-ivy.el, lisp/bandali-message.el, lisp/bandali-org.el: Add header and footer.
* Resolve some byte-compiler warnings, use new ERC buffer switching functionsAmin Bandali2020-04-141-4/+11
| | | | | | | | * lisp/bandali-erc.el: Sprinkle a few `declare-function's here and there, and use brand new functions `erc-switch-to-buffer-other-window' and `erc-track-switch-buffer-other-window' I just added to emacs-27 in 38f7538d8f62ee287e8271d048f1230d840c11a0 and 13301d4266d26882f9fe7efe3046accd315d7c55 of emacs.git respectively.
* Assimilate org-tanglesync af83a73Amin Bandali2020-04-131-0/+3
| | | | Useful for detecting external changes to tangled blocks upon edit.
* Assimilate 4 drones for ERC setup, and move ERC things to lisp/Amin Bandali2020-04-121-0/+74
| | | | | | | Assimilate erc-hl-nicks 1.3.4 Assimilate erc-scrolltoplace 0.1.0-1-gfeb0fbf Assimilate switch-buffer-functions v0.0.1-12-g95a846b Assimilate znc 2fd359e
* Assimilate EBDB and move email setup to separate files in lisp/Amin Bandali2020-04-123-0/+77
| | | | Gnus for reading, message for writing, and EBDB for contacts.
* Move gnus and message settings to lisp/, fix byte-compiler warningsAmin Bandali2020-04-122-0/+480
|
* Move dired, eshell, ibuffer, ido, and ivy to separate files in lisp/Amin Bandali2020-04-125-0/+281
|
* Fix some byte-compiler warnings and remove some version workaroundsAmin Bandali2020-04-121-3/+0
|
* Move Org setup to lisp/bandali-org.el and fix time & battery displayAmin Bandali2020-04-121-0/+97
|
* Assimilate 11 drones (no-littering, magit, ivy, org, and their deps)Amin Bandali2020-04-121-0/+212
| | | | | | | | | | | | | | | | Assimilate amx v3.3-7-ge512e74 Assimilate async v1.9.4-13-g86aef2c Assimilate dash 2.17.0 Assimilate ivy 0.13.0-189-g64f05f4 Assimilate libgit 6c3b892 Assimilate magit v2.90.1-955-g0f1234e7 Assimilate no-littering v1.0.3-13-g92661bc Assimilate org release_9.3.6-479-g32d8f2f32 Assimilate s 1.12.0-12-g43ba8b5 Assimilate transient v0.2.0-1-gafa0c2f Assimilate with-editor v2.9.1-3-g4fe66d4 Also, move exwm things from init.el out to lisp/bandali-exwm.el.
* move emacs files from .emacs.d to .Amin Bandali2020-04-113-0/+670
| | | | this repository's root will be ~/.emacs.d (again) from now on
* emacs: move configuration to .emacs.dAmin Bandali2019-04-132-324/+0
|
* [emacs] remove bbdb — using ebdb nowAmin Bandali2018-12-2333-23403/+0
|
* [emacs] unignore bbdb-autoloads.elAmin Bandali2018-12-082-1/+979
|
* [emacs] manually add bbdb into lisp/bbdb/Amin Bandali2018-12-0832-0/+22425
|
* [emacs] add cpitclaudel's tangomod{,-dark} themesAmin Bandali2018-12-012-0/+324
and amin/{dark,light} helpers to switch between them along with corresponding sml mode-line theme