From dde4f88f658433fc7ccd4b16081ed3e0caa3d55d Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Sun, 16 May 2021 19:32:49 -0400 Subject: [PATCH] Improve irc config --- config.org | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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)"=. -- 2.39.2