From 3617057a787c3d5d1950b7ff29aa99e1d870de41 Mon Sep 17 00:00:00 2001 From: Random936 Date: Mon, 5 Feb 2024 14:18:33 -0800 Subject: [PATCH] Added ERC to deferred packages --- .emacs.d/config.org | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/config.org b/.emacs.d/config.org index 04b53ba..58ae239 100644 --- a/.emacs.d/config.org +++ b/.emacs.d/config.org @@ -479,6 +479,7 @@ ERC is a builtin package that adds IRC chatting functionality to emacs. #+begin_src emacs-lisp (use-package erc :ensure nil + :defer t :config (setq erc-nick "random936" erc-track-exclude-types '("JOIN" "NICK" "PART" "QUIT" "353")