diff options
author | Case Duckworth | 2021-07-14 16:58:58 -0500 |
---|---|---|
committer | Case Duckworth | 2021-07-14 16:58:58 -0500 |
commit | d26c6e9df5c9cbbe1f9046ad587e7fa4b162caf6 (patch) | |
tree | 020a446f9a81ae6e91536c5a7a45ef2129cec1fa | |
parent | Merge branch 'main' of tildegit.org:acdw/emacs (diff) | |
download | emacs-d26c6e9df5c9cbbe1f9046ad587e7fa4b162caf6.tar.gz emacs-d26c6e9df5c9cbbe1f9046ad587e7fa4b162caf6.zip |
Comment out erc-image
It's annoying.
-rw-r--r-- | init.el | 6 |
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 | ||