log from erc

This commit is contained in:
Ivan Malison 2015-08-31 12:04:22 -07:00
parent 4f73d088cf
commit 61554c6d55

View File

@ -1210,6 +1210,10 @@ the same tree node, and the headline of the tree node in the Org-mode file."
:config
(progn
;; (add-to-list 'erc-modules 'notifications)
;; logging:
(require 'erc-log)
(setq erc-log-channels-directory "~/Dropbox (Personal)/irclogs")
(erc-log-enable)
(use-package erc-colorize :ensure t) (erc-colorize-mode 1)))
(use-package s :ensure t)