| Age | Commit message (Collapse) | Author |
|
|
|
I keep pressing "f" for "file-related commands", instead of "c" for
"current file-related commands". Cave in and move "f" to "C-f".
|
|
|
|
The pgtk build will not honor X resources anymore; move with the
times.
On my Debian XFCE laptop with a 1366x768 screen, this setting seems to
yield acceptable results:
$ gsettings set org.gnome.desktop.interface monospace-font-name \
'DejaVu Sans Mono 11'
|
|
|
|
- add [SPAM UNSURE]
- make tailing " :" optional
|
|
modus-themes-slanted-constructs still needs to be updated to
modus-themes-italic-constructs, but the built-in version of the theme
has a quirk that makes customization a bit wonky.
|
|
Time to unlearn 'dired-find-alternate-file'.
|
|
No specific reason, except maybe pacifying the mode-line, and making
sure my code still works.
|
|
Also move it to a dedicated variable.
|
|
Does not implement grouping yet, and the Modus highlighting is a bit
too colorful, but C-p/C-n is an inestimable quality-of-life
improvement.
|
|
|
|
- install async for paradox; sort package list
- don't load Modus theme if it is not builtin
|
|
|
|
Version 1.3.0 has been pushed to Emacs core, and it includes
equivalent changes.
|
|
|
|
|
|
|
|
Otherwise "Re: Repeat-mode" turns into "Re: peat-mode" when replying.
|
|
|
|
|
|
|
|
Keep showing group buffer on the left; that should help shove the
article away from the edge of the screen.
Also add Scandinavian abbreviation for "re:" to patterns to ignore
when determining subject changes.
|
|
|
|
|
|
|
|
By recognizing more "reply-cruft".
From a cursory glance at Emacs sources, the capture groups in the
default value are not used, so I see no need to preserve them.
|
|
|
|
Some stuff I killed included double-quotes, so the extra quotes were
confusing.
I tried fancy Unicode quotes, faces, before realizing that nothing of
value is lost if I just remove this prefix.
|
|
|
|
This works with C-x v {l,h,g}.
|
|
|
|
|
|
Also add helper to copy Message-Id from Gnus summary.
|
|
Easier to reach for than \le, especially since I don't enable the TeX
input method as much as I used to.
|
|
See I knew this C-c b keymap would pay for itself.
|
|
bury-buffer is useful as a quick way to dismiss a buffer I've brought
up for a quick glance; rename-buffer helps persist some classes of
buffers (compilation, help, Gnus articles) that get clobbered
otherwise.
|
|
|
|
Commit 2020-09-25 "* CONTRIBUTE: Don't recommend action
stamps" (499848d840) officially disavows action stamps.
|
|
NB: gnus-thread-sort-by-most-recent-{date,number} sometimes fail
because of bug#42334.
|
|
|
|
|
|
I find pcase patterns easier to grok than cons cells, dotted pairs,
cars and cdrs.
|
|
This allows
- which-key to display a helpful symbol instead of "+prefix",
- C-h b to cross-link to the keymap's docstring.
|
|
- Stop requiring quail, since all functions I need are autoloaded.
- Reformat quail-define-package clause ala TeX.
Using the "UTF-8" language environment means the input method now
shows up on C-h L UTF-8.
- Since I might define more input methods, use a more "specific" name.
- Move comment about user bindings where it belongs.
- Make a proper defun, so that which-key can tell me which binding
activates which method.
- Note that docstrings could cross-reference input methods, if not for
help-xref-mule-regexp.
|
|
|
|
C-c map:
- use d for "display" features
- m for "manuals"
- only bind p [cf] when the equivalent C-x binding does not exist.
Org 9.3.7 (future 9.4) now honors electric-indent-mode.
Delight visual-line-mode since I have fringe indicators.
Keep selection highlighted when moving to another window.
|
|
Searching for "KLG" yields fewer false positives than "me".
|
|
I wanted to add 'notifications to the list, started wondering whether
I should change the hook by looping over cons or using append, and got
bored.
For the record, I want to include:
- log
- notifications
and exclude:
- fill
|
|
|