summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
Diffstat (limited to '.emacs')
-rw-r--r--.emacs11
1 files changed, 10 insertions, 1 deletions
diff --git a/.emacs b/.emacs
index 0b3ecfb..0027706 100644
--- a/.emacs
+++ b/.emacs
@@ -3,8 +3,17 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
+ '(auth-sources
+ (list
+ (concat "/run/user/"
+ (string-trim (shell-command-to-string "id -u"))
+ "/secrets/irc")))
'(backup-directory-alist '(("." . "~/Backups")))
- '(custom-file "~/Code/home/.emacs"))
+ '(custom-file "~/Code/home/.emacs")
+ '(rcirc-server-alist
+ '(("thulcandra.adnoto.dev" :nick "charlesroelli" :port 6697 :user-name
+ "charlesroelli/irc.libera.chat@laptop" :full-name
+ "Charles Roelli" :encryption tls))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.