Skip to content

Commit

Permalink
telega: Replace obsolete functions
Browse files Browse the repository at this point in the history
  • Loading branch information
sarg authored and jojojames committed Nov 28, 2024
1 parent 05731c5 commit 20c415a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modes/telega/evil-collection-telega.el
Original file line number Diff line number Diff line change
Expand Up @@ -161,16 +161,16 @@
(kbd "DEL") nil
"*" nil

"D" 'telega-msg-delete-marked-or-at-point
"dd" 'telega-msg-delete-marked-or-at-point
"D" 'telega-msg-delete-dwim
"dd" 'telega-msg-delete-dwim
"i" 'telega-msg-edit
"g?" 'telega-describe-message
"a" 'telega-msg-mark-toggle
(kbd "<tab>") 'telega-button-forward
(kbd "<backtab>") 'telega-button-backward
"R" 'telega-msg-forward-marked-or-at-point
"R" 'telega-msg-forward-dwim
"r" 'telega-msg-reply
"gr" 'telega-msg-open-thread
"gr" 'telega-msg-open-thread-or-topic

"Zy" 'telega-msg-copy-text
"Zl" 'telega-msg-copy-link
Expand Down

0 comments on commit 20c415a

Please sign in to comment.