diff options
author | Thanos Apollo <[email protected]> | 2023-07-16 16:31:39 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-07-16 16:31:39 +0300 |
commit | a8197987144aff971e044351f83c5ace244c280d (patch) | |
tree | 1d414c1b80d5f354a5ca51034d81808f238f76c5 /emacs.org | |
parent | 1b98ea8265ccfd99e2b8db4fb4494d80095384a8 (diff) |
Add ement configuration
Diffstat (limited to 'emacs.org')
-rwxr-xr-x | emacs.org | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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") |