4d1b6586a8e2e79cba1253d6f521c1c694ef1f86
commit 4d1b6586a8e2e79cba1253d6f521c1c694ef1f86
Author: Simon Watson <spw01@protonmail.com>
Date: Tue Jul 20 08:51:36 2021 -0400

Include erc ignores

diff --git a/emacs/.emacs-all b/emacs/.emacs-all
index 49cc1ec..28a8bd2 100644
--- a/emacs/.emacs-all
+++ b/emacs/.emacs-all
@@ -166,6 +166,7 @@

;;; Erc config
(setq erc-nick "speskk")
+(setq erc-hide-list '("JOIN" "PART" "QUIT"))
(if (file-exists-p "~/.emacs.d/.erc-auth.el")
(progn
(load "~/.emacs.d/.erc-auth.el")