| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
| |
* .emacs.d/lisp/bandali-exwm.el: bump `exwm-workspace-number' to 10,
check for Iceweasel in addition to IceCat.
|
| |
|
| |
|
| |
|
|
|
|
| |
(langa runs Parabola GNU/Linux-libre)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
I will keep rc.org around for now, only for system-level (global)
config files.
|
|
|
|
|
|
| |
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/.
|
| |
|
| |
|
| |
|
|
|
|
| |
Move (commented out) Magit stuff from init.el to new file.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
along with some unused stuff
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Update hl-todo to v3.1.2-5-g0598b98
Update ivy to 0.13.0-340-g9619e3c
Update magit to v2.90.1-1037-g81a5f566
Update org to release_9.3.7-710-g3f04ad8d2
Update page-break-lines to 0.11-30-gf8c4cd7
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
keep-place seems fine
|
| |
|
|
|
|
|
| |
Update hl-todo to v3.1.2-3-g14adee3
Update rt-liberation to 9902111
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update async to v1.9.4-14-g36a1015
Update dash to 2.17.0-7-gb92ab5a
Remove diff-hl
Update hl-todo to v3.1.2-2-g96bc28d
Update magit to v2.90.1-1035-g4033285e
Update no-littering to v1.1.1-4-gaaa3c36
Update org to release_9.3.7-708-g5417e384e
Update rt-liberation to 133559f
Update use-package to 2.4-49-g4fb1f9a
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
change url to repo on sourcehut
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update debbugs to b801e51
Update hl-todo to v3.1.2-1-g6469c5e
Update ivy to 0.13.0-337-gc6b60d3
Update magit to v2.90.1-1028-gfccd3cff
Update no-littering to v1.1.1-3-g7edbc4b
Update org to release_9.3.7-700-ga1e5bee5c
Update scpaste to 0.6.5-20-g2aa1513
Update transient to v0.2.0-30-g4d44d08
Update use-package to 2.4-44-g7d92536
Update which-key to v3.4.0-27-g3642c11
Update with-editor to v2.9.4
Update yasnippet to 0.14.0-8-g5cbdbf0
|
| |
|
|
|
|
| |
I'm actually an MMath now :-)
|
| |
|
| |
|
|
|
|
|
| |
Assimilate biblio.el 0.2-18-geb9baf1
Assimilate debbugs 50d3dca
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
Also address byte-compiler warning.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
* lisp/bandali-theme.el: (setq sml/theme 'respectful).
* lisp/smart-mode-line-bandali-theme.el,
* lisp/tangomod-theme.el: Delete.
|