diff options
author | ThanosApollo <[email protected]> | 2022-10-12 14:23:46 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-10-12 14:23:46 +0300 |
commit | 670f297cece867b9dc36cc7e49aa77d98b379276 (patch) | |
tree | fab194086b588e8491433b038d40b8cd287f2c98 /.config/doom/telegaConfig.el | |
parent | 895c911067dc269bb41ee0fdf2089a72939f2484 (diff) |
Restracture doom
Diffstat (limited to '.config/doom/telegaConfig.el')
-rw-r--r-- | .config/doom/telegaConfig.el | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/doom/telegaConfig.el b/.config/doom/telegaConfig.el new file mode 100644 index 0000000..3310d53 --- /dev/null +++ b/.config/doom/telegaConfig.el @@ -0,0 +1,10 @@ +;;; telegaConfig.el -*- lexical-binding: t; -*- + +(require 'telega) +(map! :leader + (:prefix-map ("T" . "Telegram") + :desc "Home" "h" #'telega + :desc "Call" "c" #'telega-chat-call + :desc "Discard call" "d" #'telega-voip-discard + :desc "Voice message" "v" #'telega-chatbuf-attach-voice-note + )) |