Created
October 7, 2021 08:40
-
-
Save gi-yt/44206fa7b5259568589d45992da97ac5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(use-package znc :straight t) | |
(custom-set-variables | |
'(znc-servers | |
'(("bnc.shelltalk.net" 31337 t | |
((liberachat "aryakk" "REDACTED")))))) | |
(use-package erc-image :straight t) | |
(use-package erc-youtube) | |
(use-package gist) | |
(use-package erc | |
:commands erc | |
:config | |
(use-package erc-yank | |
:init | |
(bind-key "C-y" 'erc-yank erc-mode-map))) | |
(add-to-list 'erc-modules 'youtube) | |
(add-to-list 'erc-modules 'image) | |
(add-to-list 'erc-modules 'notifications) | |
(erc-update-modules) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment