aboutsummaryrefslogtreecommitdiff
path: root/emacs/init.org
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2017-02-15 14:59:25 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2017-02-15 14:59:25 +0100
commitec6b1ec4e18a2930ce74a549f3ccd16f5ba54f5b (patch)
tree61eae6fd8330e010a53ddaaecd7b9b2c414a4f1c /emacs/init.org
parentcf37ebdbde961cb17d87fb551ef4fe55e8e61012 (diff)
downloaddotfiles-ec6b1ec4e18a2930ce74a549f3ccd16f5ba54f5b.tar.gz
dotfiles-ec6b1ec4e18a2930ce74a549f3ccd16f5ba54f5b.zip
emacs: remove erc-yt and erc-image
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à <msabate@suse.com>
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