about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-07-14 16:58:58 -0500
committerCase Duckworth2021-07-14 16:58:58 -0500
commitd26c6e9df5c9cbbe1f9046ad587e7fa4b162caf6 (patch)
tree020a446f9a81ae6e91536c5a7a45ef2129cec1fa /init.el
parentMerge branch 'main' of tildegit.org:acdw/emacs (diff)
downloademacs-d26c6e9df5c9cbbe1f9046ad587e7fa4b162caf6.tar.gz
emacs-d26c6e9df5c9cbbe1f9046ad587e7fa4b162caf6.zip
Comment out erc-image
It's annoying.
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/init.el b/init.el index fb2cd3f..d7f1250 100644 --- a/init.el +++ b/init.el
@@ -354,9 +354,9 @@
354 (add-hook 'modus-themes-after-load-theme-hook 354 (add-hook 'modus-themes-after-load-theme-hook
355 #'erc-hl-nicks-refresh-colors)) 355 #'erc-hl-nicks-refresh-colors))
356 356
357 (setup (:straight erc-image) 357 ;; (setup (:straight erc-image)
358 (:option (append erc-modules) 'image 358 ;; (:option (append erc-modules) 'image
359 erc-image-inline-rescale 300)) 359 ;; erc-image-inline-rescale 300))
360 360
361 (erc-update-modules))) 361 (erc-update-modules)))
362 362