Breaking Bug Fix ERC related errors

This commit is contained in:
Diego Berrocal 2016-05-30 16:40:52 -04:00 committed by syl20bnr
parent 92d735483e
commit a4cd306558
1 changed files with 2 additions and 1 deletions

View File

@ -123,6 +123,7 @@
(spacemacs|use-package-add-hook erc
:post-config
(use-package erc-sasl
:defer t
:if erc-enable-sasl-auth
;; Following http://www.emacswiki.org/emacs/ErcSASL
;; Maybe an advice would be better?
@ -174,7 +175,7 @@
(spacemacs|use-package-add-hook erc
:post-config
(use-package erc-yt
:init (with-eval-after-load erc
:init (with-eval-after-load "erc"
(add-to-list 'erc-modules 'youtube)))))
(defun erc/init-erc-yank ()