From a8197987144aff971e044351f83c5ace244c280d Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 16 Jul 2023 16:31:39 +0300 Subject: Add ement configuration --- emacs.org | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/emacs.org b/emacs.org index b1f0b48..5327310 100755 --- a/emacs.org +++ b/emacs.org @@ -1197,6 +1197,17 @@ Set aliases for emacs functions and ~PATH~ (define-key yeetube-mode-map (kbd "c") 'yeetube-switch-mpv) #+end_src +* Ement +#+begin_src emacs-lisp + (defun ement-login () + (interactive) + (ement-connect + :user-id "@thanos_apollon:matrix.org" + :password (password-store-get "matrix/thanos_apollon") + :uri-prefix "https://matrix-client.matrix.org")) + + (define-key thanos/applications-map (kbd "M-e") 'ement-login) +#+end_src * StumpWM #+begin_src emacs-lisp (setq stumpwm-shell-program "~/.stumpwm.d/modules/util/stumpish/stumpish") -- cgit v1.2.3