mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-20 18:54:39 +10:00
Nothing to see here.
This commit is contained in:
@@ -228,6 +228,17 @@ List of keybindings (SPC h b b)")
|
||||
(use-package emojify
|
||||
:hook (after-init . global-emojify-mode))
|
||||
|
||||
(setq erc-prompt (lambda () (concat "[" (buffer-name) "]"))
|
||||
erc-server "irc.libera.chat"
|
||||
;; erc-autojoin-channels-alist '(("irc.libera.chat" "#emacs" "#linux"))
|
||||
erc-nick "distrotube"
|
||||
erc-user-full-name "Derek Taylor"
|
||||
;; By default, ERC selects the channel buffers when it reconnects. If you’d like it to connect to channels in the background, use this:
|
||||
erc-auto-query 'bury
|
||||
erc-fill-column 100
|
||||
erc-fill-function 'erc-fill-static
|
||||
erc-fill-static-center 20)
|
||||
|
||||
(map! :leader
|
||||
(:prefix ("e". "evaluate/EWW")
|
||||
:desc "Evaluate elisp in buffer" "b" #'eval-buffer
|
||||
|
||||
Reference in New Issue
Block a user