From b8255c381135e9488f5e6d348a03cf255d0bc4d8 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 11 May 2023 11:03:04 +0300 Subject: emacs: add circe configuration --- emacs.org | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/emacs.org b/emacs.org index daea3c6..6affb81 100755 --- a/emacs.org +++ b/emacs.org @@ -2,6 +2,7 @@ #+PROPERTY: header-args :tangle ~/.emacs.d/init.el :mkdirp yes #+auto_tangle: t #+STARTUP: overview + * System information Check the ~$HOSTNAME~ to set a variable for different devices #+begin_src emacs-lisp @@ -1047,6 +1048,19 @@ Create function to watch videos using ~mpv~ (define-key thanos/eshell-map (kbd "o") 'multi-eshell) (define-key thanos/eshell-map (kbd "n") 'multi-eshell-switch) #+end_src +* Circe +#+begin_src emacs-lisp + (setq circe-network-options + `(("Libera Chat" + :tls t + :nick "thanosapollo" + :sasl-username "thanosapollo" + :sasl-password ,(password-store-get "liberachat/thanos_apollo") + :channels ("#emacs-circe" + "#emacs")))) + + (define-key thanos/applications-map "i" 'circe) +#+end_src * Misc ** Random functions #+begin_src emacs-lisp @@ -1209,3 +1223,4 @@ Create function to watch videos using ~mpv~ (define-key thanos/vterm-map (kbd "d") 'multi-vterm-dedicated-open) (define-key thanos/vterm-map (kbd "o") 'multi-vterm) #+end_src + -- cgit v1.2.3