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/custom.el | 2 +- emacs/init.html | 24 ++---------------------- emacs/init.org | 16 ---------------- 3 files changed, 3 insertions(+), 39 deletions(-) (limited to 'emacs') diff --git a/emacs/custom.el b/emacs/custom.el index 95d44f6..6b8c5e9 100644 --- a/emacs/custom.el +++ b/emacs/custom.el @@ -15,7 +15,7 @@ '(markdown-command "/usr/bin/markdown-calibre") '(package-selected-packages (quote - (json-reformat erc-image erc-yt erc-hl-nicks emoji-cheat-sheet-plus helm-circe htmlize cmake-mode websocket markdown-mode go-mode magit evil-leader evil helm projectile writeroom-mode org-eldoc evil-commentary yasnippet yaml-mode which-key web-mode wc-mode use-package terraform-mode smart-tabs-mode slim-mode scss-mode rainbow-delimiters php-mode org-evil olivetti mu4e-alert mmm-jinja2 markdown-preview-mode helm-projectile helm-ag go-eldoc go-add-tags flycheck expand-region evil-surround evil-org evil-numbers evil-mu4e evil-magit evil-args dockerfile-mode disable-mouse default-text-scale crux cmake-font-lock ag)))) + (json-reformat erc-hl-nicks emoji-cheat-sheet-plus helm-circe htmlize cmake-mode websocket markdown-mode go-mode magit evil-leader evil helm projectile writeroom-mode org-eldoc evil-commentary yasnippet yaml-mode which-key web-mode wc-mode use-package terraform-mode smart-tabs-mode slim-mode scss-mode rainbow-delimiters php-mode org-evil olivetti mu4e-alert mmm-jinja2 markdown-preview-mode helm-projectile helm-ag go-eldoc go-add-tags flycheck expand-region evil-surround evil-org evil-numbers evil-mu4e evil-magit evil-args dockerfile-mode disable-mouse default-text-scale crux cmake-font-lock ag)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. 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 < 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