Fix erc config
This commit is contained in:
parent
f2e1823b91
commit
8b3d8b0b8a
@ -3032,10 +3032,9 @@ crux-reopen-as-root-mode makes it so that any file owned by root will automatica
|
||||
(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) (erc-colorize-mode 1)))
|
||||
(use-package erc-colorize
|
||||
:config
|
||||
(erc-colorize-mode 1))))
|
||||
#+END_SRC
|
||||
*** bitlbee
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
Loading…
Reference in New Issue
Block a user