Added ERC to deferred packages

This commit is contained in:
Random936 2024-02-05 14:18:33 -08:00
parent 7fbe7e48ff
commit 3617057a78

View File

@ -479,6 +479,7 @@ ERC is a builtin package that adds IRC chatting functionality to emacs.
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package erc (use-package erc
:ensure nil :ensure nil
:defer t
:config :config
(setq erc-nick "random936" (setq erc-nick "random936"
erc-track-exclude-types '("JOIN" "NICK" "PART" "QUIT" "353") erc-track-exclude-types '("JOIN" "NICK" "PART" "QUIT" "353")