| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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)
|
|
|
|
|
| |
Also, remove (use-package message-x). Doesn't seem to be needed for
tab completion of Gcc in message.el.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
Gnus for reading, message for writing, and EBDB for contacts.
|
|
|