about summary refs log tree commit diff stats
path: root/lisp
diff options
context:
space:
mode:
authorCase Duckworth2021-06-06 23:27:22 -0500
committerCase Duckworth2021-06-06 23:27:22 -0500
commit3a2346e08452699b70a61bf649c4b8b64a93a4ea (patch)
tree716072841150618f9dedf57e12a2d25818da625a /lisp
parentChange hook for feed list (diff)
downloademacs-3a2346e08452699b70a61bf649c4b8b64a93a4ea.tar.gz
emacs-3a2346e08452699b70a61bf649c4b8b64a93a4ea.zip
Require erc on connect
Diffstat (limited to 'lisp')
-rw-r--r--lisp/acdw-erc.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/acdw-erc.el b/lisp/acdw-erc.el index 92ce6db..7517d0e 100644 --- a/lisp/acdw-erc.el +++ b/lisp/acdw-erc.el
@@ -66,6 +66,7 @@ If USE-TLS is non-nil, use TLS."
66(defun erc/connect () 66(defun erc/connect ()
67 "Connect to all the servers in `erc/servers'." 67 "Connect to all the servers in `erc/servers'."
68 (interactive) 68 (interactive)
69 (require 'erc)
69 (mapcar #'connect-to-erc erc/servers)) 70 (mapcar #'connect-to-erc erc/servers))
70 71
71(defun filter-server-buffers () 72(defun filter-server-buffers ()