summaryrefslogtreecommitdiffstats
path: root/lisp/bandali-message.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update 17 drones and commit a bunch of changesAmin Bandali2020-07-021-1/+1
| | | | | | | | | | | | | | | | | | | | 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.
* Assimilate 8 dronesAmin Bandali2020-04-251-0/+4
| | | | | | | | | | | | | 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.
* File header and footer updates.Amin Bandali2020-04-141-0/+27
| | | | | | | | * 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.
* Assimilate EBDB and move email setup to separate files in lisp/Amin Bandali2020-04-121-0/+23
| | | | Gnus for reading, message for writing, and EBDB for contacts.
* Move gnus and message settings to lisp/, fix byte-compiler warningsAmin Bandali2020-04-121-0/+69