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.html | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) (limited to 'emacs/init.html') diff --git a/emacs/init.html b/emacs/init.html index 92ce4f0..93696c1 100644 --- a/emacs/init.html +++ b/emacs/init.html @@ -4,7 +4,7 @@ mssola's GNU Emacs configuration - + @@ -2236,26 +2236,6 @@ GNU Emacs 24.3. -

-Some extra cookies: allow ERC to display images and Youtube thumbnails. -

- -
- -
(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)))
-
-
-

At this point, we can safely update all the loaded ERC modules.

@@ -2760,7 +2740,7 @@ along with this program. If not, see < -- cgit v1.2.3