aboutsummaryrefslogtreecommitdiff
path: root/dot_emacs
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2024-12-24 15:23:28 -0500
committerRyan Kavanagh <rak@rak.ac>2024-12-24 15:23:28 -0500
commit7debfaca2b6b9b2a06ef776e73cefc8c51f6a5e6 (patch)
treeaf1d8091aa7371e51b9160a06fe03e3fd153f1db /dot_emacs
parentfix :mode lines .emacs (diff)
skeletal erc config
Diffstat (limited to 'dot_emacs')
-rw-r--r--dot_emacs14
1 files changed, 14 insertions, 0 deletions
diff --git a/dot_emacs b/dot_emacs
index a13cb98..3a978a7 100644
--- a/dot_emacs
+++ b/dot_emacs
@@ -332,6 +332,20 @@ Extended Format date in the date field and return it as a string obeing
(use-package ess
:ensure t)
+(use-package erc
+ :ensure t
+ :custom
+ (erc-hide-list '("JOIN" "PART" "QUIT"))
+ (erc-lurker-hide-list '("JOIN" "PART" "QUIT"))
+ ;; :config
+ ;; (erc-tls :server "libera.pounce.rak.ac"
+ ;; :port 40404
+ ;; :nick "rak"
+ ;; :client-certificate '("/home/rak/.config/catgirl/weechat.pem"
+ ;; "/home/rak/.config/catgirl/weechat.pem")
+ ;; :user "koios-erc")
+ )
+
(use-package fill-column-indicator
:ensure t)