From ec6b1ec4e18a2930ce74a549f3ccd16f5ba54f5b Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 15 Feb 2017 14:59:25 +0100 Subject: emacs: remove erc-yt and erc-image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I thought it was a good idea until people started to drop gifs into the chat room and screwed my GNU Emacs server... Signed-off-by: Miquel Sabaté Solà --- emacs/init.org | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'emacs/init.org') 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 -- cgit v1.2.3