]> git.eshelyaron.com Git - emacs.git/commit
; Add face customization to ERC's sample config
authorF. Jason Park <jp@neverwas.me>
Wed, 2 Oct 2024 23:41:39 +0000 (16:41 -0700)
committerEshel Yaron <me@eshelyaron.com>
Mon, 14 Oct 2024 17:38:28 +0000 (19:38 +0200)
commita6b1d8c9cfee4953adeed0450fc4442730e0e55d
treee8c4f8b4fd2045b4bec78d6247ccfd029939b803
parent98febba90c7ef589d57b83f70bd3145a1549eaca
; Add face customization to ERC's sample config

* doc/misc/erc.texi (Sample Configuration): Move `erc-modules' twiddling
from a `use-package' :config section to a :custom section.  In the past,
this would sometimes provoke module-loading issues, but it seems to work
fine on Emacs 30, even with repeated eval'ing of the `use-package' form.
This sample config is meant for users running the latest release anyhow.
Also add a new `use-package' block for `erc-match' showing how to
customize a face using inheritance.  Add a corresponding section further
down showing the same via Customize.

(cherry picked from commit 3f1ce47fe7eb4809bfa9ef035caae748c3c5d729)
doc/misc/erc.texi