summaryrefslogtreecommitdiffstats
path: root/lisp/bandali-message.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move GNU Emacs configs from ./ into .emacs.d/•••I will be using the repository to store my configurations for other non-Emacs pieces of software. The repository itself will be located at ~/ rather than ~/.emacs.d/. Amin Bandali2020-10-051-138/+0
* Fold lisp/bandali-utils.el back into init.elAmin Bandali2020-10-051-17/+15
* Drop use-package•••along with some unused stuff Amin Bandali2020-09-271-62/+71
* * lisp/bandali-message.el: only use name when quoting when availableAmin Bandali2020-08-101-7/+9
* Update 17 drones and commit a bunch of changes•••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 Amin Bandali2020-07-021-1/+1
* Work around incompatibility between orgalist and yasnippet•••* 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) Amin Bandali2020-04-261-1/+6
* Move which-key footnote replacement to lisp/bandali-message.el.•••Also, remove (use-package message-x). Doesn't seem to be needed for tab completion of Gcc in message.el. Amin Bandali2020-04-251-3/+4
* Assimilate 8 drones•••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. Amin Bandali2020-04-251-0/+4
* File header and footer updates.•••* 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. Amin Bandali2020-04-141-0/+27
* Assimilate EBDB and move email setup to separate files in lisp/•••Gnus for reading, message for writing, and EBDB for contacts. Amin Bandali2020-04-121-0/+23
* Move gnus and message settings to lisp/, fix byte-compiler warningsAmin Bandali2020-04-121-0/+69