From: Armaan Bhojwani Date: Sun, 16 May 2021 23:32:49 +0000 (-0400) Subject: Improve irc config X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=dde4f88f658433fc7ccd4b16081ed3e0caa3d55d Improve irc config --- diff --git a/config.org b/config.org index 3d80196..57b8f8c 100644 --- a/config.org +++ b/config.org @@ -460,12 +460,19 @@ Some EWW enhancements. :straight (:type built-in) :config (load "~/.emacs.d/irc.el") - (acheam-irc) - (erc-notifications-enable) - (erc-smiley-disable)) + (erc-notifications-mode 1) + (erc-smiley-disable) + :custom (erc-prompt-for-password . nil)) (use-package erc-hl-nicks :config (erc-hl-nicks-mode 1)) + + (defun acheam-irc () + "Connect to irc" + (interactive) + (erc-tls :server "irc.armaanb.net" :nick "emacs")) + + (acheam-irc) #+end_src ** Emacs Anywhere Use Emacs globally. Use the Emacs daemon and bind a key in your wm to =emacsclient --eval "(emacs-everywhere)"=.