diff options
author | Thanos Apollo <[email protected]> | 2024-04-03 05:03:29 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-04-03 05:03:29 +0300 |
commit | 5e923c0b1cfd0e2b93de8c83b54ad23683cd336e (patch) | |
tree | 279e9343a1fb754f505822a319d69f68674855dd /.emacs.d | |
parent | 440f1d9a192fe3f2d5f400b6380157e8c3c4d6ca (diff) |
emacs:(telega) Update keybindings
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index ebb93f3..e6ff0c4 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -612,7 +612,8 @@ (emojify-mode) (display-line-numbers-mode -1)))) :config - (setf telega-completing-read-function #'completing-read)) + (setf telega-completing-read-function #'completing-read) + :bind (("C-x T" . 'telega))) (use-package erc :defer t |