summaryrefslogtreecommitdiff
path: root/config/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'config/emacs')
-rw-r--r--config/emacs/init.el42
1 files changed, 21 insertions, 21 deletions
diff --git a/config/emacs/init.el b/config/emacs/init.el
index 792a17f..736a0ab 100644
--- a/config/emacs/init.el
+++ b/config/emacs/init.el
@@ -930,27 +930,27 @@ With ARG, don't save the current layout."
:bind (:map text-mode-map
("M-l" . 'dict-map)))
-(use-package erc ; irc client
- :init
- (defun my/start-erc ()
- "Start erc and autojoin various channels"
- (interactive)
- (erc :server "irc.libera.chat" :port 6667))
- :custom
- (erc-modules '(services autojoin button completion fill imenu irccontrols list match menu
- move-to-prompt netsplit networks readonly ring stamp track))
- (erc-nick "tccq")
- (erc-use-auth-source-for-nickserv-password t)
- (erc-autojoin-channels-alist '(("libera.chat"
- "#emacs" "#haskell" "#duskos" "#ocaml")))
-
- (erc-hide-list '("JOIN" "PART" "QUIT"))
- (erc-current-nick-highlight-type 'nick)
- (erc-keywords nil)
- (erc-track-exclude-types '("JOIN" "PART" "QUIT" "NICK" "MODE"))
- (erc-track-use-faces t)
- (erc-track-faces-priority-list '(erc-current-nick-face erc-keyword-face))
- (erc-track-priority-faces-only 'all))
+;; (use-package erc ; irc client
+;; :init
+;; (defun my/start-erc ()
+;; "Start erc and autojoin various channels"
+;; (interactive)
+;; (erc-tls :server "tccq.net" :port 4095 :nick "tccq"))
+;; :custom
+;; (erc-modules '(services autojoin button completion fill imenu irccontrols list match menu
+;; move-to-prompt netsplit networks readonly ring stamp track))
+;; (erc-nick "tccq")
+;; (erc-use-auth-source-for-nickserv-password t)
+;; (erc-autojoin-channels-alist '(("libera.chat"
+;; "#emacs" "#haskell" "#duskos" "#tcc")))
+
+;; (erc-hide-list '("JOIN" "PART" "QUIT"))
+;; (erc-current-nick-highlight-type 'nick)
+;; (erc-keywords nil)
+;; (erc-track-exclude-types '("JOIN" "PART" "QUIT" "NICK" "MODE"))
+;; (erc-track-use-faces t)
+;; (erc-track-faces-priority-list '(erc-current-nick-face erc-keyword-face))
+;; (erc-track-priority-faces-only 'all))
(use-package minions ; show less on the modeline
:demand t