From 20cc1168f72c2e736b64671d38350048f0b1edce Mon Sep 17 00:00:00 2001 From: bd Date: Fri, 29 Nov 2024 18:15:04 -0500 Subject: ef-themes -> modus-themes --- .config/emacs/modules/bd--irc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/emacs/modules/bd--irc.el') diff --git a/.config/emacs/modules/bd--irc.el b/.config/emacs/modules/bd--irc.el index 004314a..dc31a49 100644 --- a/.config/emacs/modules/bd--irc.el +++ b/.config/emacs/modules/bd--irc.el @@ -8,7 +8,7 @@ :defer t :hook ((rcirc-mode . (lambda () - (setopt fill-column-desired-width 80) + (setq-local fill-column-desired-width 80) (fill-column-mode) (rcirc-omit-mode)))) :custom -- cgit v1.2.3