diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-02-20 20:23:48 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-02-20 20:23:48 -0800 |
| commit | 69db01f6b984efcb4cdc0763e7c3dec472ba202d (patch) | |
| tree | e2a1313b4216c61f6397d3ea349c8c789a59d953 /config/emacs | |
| parent | 5b8463c04f0e3620467bdd4c27397c68b14dde5a (diff) | |
emacs no erc for now
Diffstat (limited to 'config/emacs')
| -rw-r--r-- | config/emacs/init.el | 42 |
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 |
