aboutsummaryrefslogtreecommitdiff
path: root/emacs/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.org')
-rw-r--r--emacs/init.org16
1 files changed, 0 insertions, 16 deletions
diff --git a/emacs/init.org b/emacs/init.org
index 0f6d4b0..3fdda74 100644
--- a/emacs/init.org
+++ b/emacs/init.org
@@ -1588,22 +1588,6 @@ GNU Emacs 24.3.
(add-to-list 'erc-modules 'notifications))
#+END_SRC
-Some extra cookies: allow ERC to display images and Youtube thumbnails.
-
-#+BEGIN_SRC elisp
- (use-package erc-yt
- :ensure t
- :init
- (with-eval-after-load 'erc
- (add-to-list 'erc-modules 'youtube)))
-
- (use-package erc-image
- :ensure t
- :init
- (with-eval-after-load 'erc
- (add-to-list 'erc-modules 'image)))
-#+END_SRC
-
At this point, we can safely update all the loaded ERC modules.
#+BEGIN_SRC elisp