summaryrefslogtreecommitdiffstats
path: root/lisp/bandali-message.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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