aboutsummaryrefslogtreecommitdiff
path: root/modules/org-config.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-14 15:43:36 -0500
committerCraig Jennings <c@cjennings.net>2026-06-14 15:43:36 -0500
commit79fb0c65195493c7a3f1cc3dfb898cde6e53ffd3 (patch)
tree243e686574b5ed531b4ad2ff1fd975240782f999 /modules/org-config.el
parent6a630b9c31ef2de7553ec3d439fd350c10abfbe7 (diff)
downloaddotemacs-79fb0c65195493c7a3f1cc3dfb898cde6e53ffd3.tar.gz
dotemacs-79fb0c65195493c7a3f1cc3dfb898cde6e53ffd3.zip
fix(erc): one mention notification, real server list, runtime require
Three audit defects. erc-modules carried the built-in notifications module while :config also added cj/erc-notify-on-mention to the same erc-text-matched-hook, so every mention popped two desktop notifications. Dropped notifications from erc-modules and kept the custom one. cj/erc-connected-servers compared a buffer's erc-server-process to itself inside with-current-buffer (always true), so it returned every ERC buffer; it now filters on erc-server-buffer-p and erc-server-process-alive. And user-constants moved from an eval-when-compile-only require to a runtime require, since user-whole-name is read at load time for erc-user-full-name.
Diffstat (limited to 'modules/org-config.el')
0 files changed, 0 insertions, 0 deletions