mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
module: remove :app twitter
This module has been deprecated for some time, because our overlord Elon-sama axed the twitter API.
This commit is contained in:
@ -469,15 +469,7 @@
|
||||
(:when (modulep! :completion ivy)
|
||||
:desc "Jump to channel" "j" #'+irc/ivy-jump-to-channel)
|
||||
(:when (modulep! :completion vertico)
|
||||
:desc "Jump to channel" "j" #'+irc/vertico-jump-to-channel)))
|
||||
|
||||
;;; <leader> T --- twitter
|
||||
(:when (modulep! :app twitter)
|
||||
(:prefix-map ("T" . "twitter")
|
||||
:desc "Open twitter app" "T" #'=twitter
|
||||
:desc "Quit twitter" "q" #'+twitter/quit
|
||||
:desc "Rerender twits" "r" #'+twitter/rerender-all
|
||||
:desc "Ace link" "l" #'+twitter/ace-link)))
|
||||
:desc "Jump to channel" "j" #'+irc/vertico-jump-to-channel))))
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user