Make custom ERC connect functions interactive
Rename my/erc-connect -> my/znc-connect
This commit is contained in:
parent
f28cefcd2d
commit
432b82ca57
4
init.el
4
init.el
|
@ -1341,14 +1341,16 @@ Calls `project-remember-project-under' for ~/Projects/"
|
||||||
|
|
||||||
(defun my/libera-chat-connect ()
|
(defun my/libera-chat-connect ()
|
||||||
"Connect to irc.libera.chat directly."
|
"Connect to irc.libera.chat directly."
|
||||||
|
(interactive)
|
||||||
(require 'erc)
|
(require 'erc)
|
||||||
(require 'password-store)
|
(require 'password-store)
|
||||||
(erc-tls
|
(erc-tls
|
||||||
:server "irc.libera.chat"
|
:server "irc.libera.chat"
|
||||||
:password (password-store-get 'irc.libera.chat)))
|
:password (password-store-get 'irc.libera.chat)))
|
||||||
|
|
||||||
(defun my/erc-connect ()
|
(defun my/znc-connect ()
|
||||||
"Connect to my ZNC IRC bouncer."
|
"Connect to my ZNC IRC bouncer."
|
||||||
|
(interactive)
|
||||||
(require 'erc)
|
(require 'erc)
|
||||||
(require 'password-store)
|
(require 'password-store)
|
||||||
(erc-tls
|
(erc-tls
|
||||||
|
|
Loading…
Reference in a new issue