doomemacs/modules/app/twitter
Henrik Lissner ad6a3d0f33
refactor: deprecate featurep! for modulep!
featurep! will be renamed modulep! in the future, so it's been
deprecated. They have identical interfaces, and can be replaced without
issue.

featurep! was never quite the right name for this macro. It implied that
it had some connection to featurep, which it doesn't (only that it was
similar in purpose; still, Doom modules are not features). To undo such
implications and be consistent with its namespace (and since we're
heading into a storm of breaking changes with the v3 release anyway),
now was the best opportunity to begin the transition.
2022-08-14 20:43:35 +02:00
..
autoload.el refactor: deprecate featurep! for modulep! 2022-08-14 20:43:35 +02:00
config.el refactor: deprecate featurep! for modulep! 2022-08-14 20:43:35 +02:00
packages.el bump: :app 2022-01-30 02:42:54 +01:00
README.org revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00

:app twitter

Description   unfold

Enjoy twitter from emacs.

  • View various timelines side by side, e.g. user's timeline, home, etc.
  • Post new tweets
  • Send direct messages
  • Retweet
  • Follow and un-follow users
  • Favorite tweets

Maintainers

This module has no dedicated maintainers. Become a maintainer?

Module flags

This module has no flags.

Packages

Hacks

No hacks documented for this module.

TODO Changelog

This module does not have a changelog yet.

Installation

Enable this module in your doom! block.

This module requires:

TODO Usage

🔨 This module has no usage documentation yet. Write some?

TODO Configuration

🔨 This module's configuration documentation is incomplete. Complete it?

Commands & Keybindings

Here is a list of available commands and their default keybindings (defined in config.el):

command key / ex command description
+twitter/quit q Close current window
+twitter/quit-all Q Close all twitter windows and buffers, and delete workspace

And when :editor evil +everywhere is active:

command key / ex command description
twittering-favorite f Favorite/Like a tweet
twittering-unfavorite F Un-favorite/Un-like a tweet
twittering-follow C-f Follow user
twittering-unfollow C-F Un-follow user
twittering-delete-status d Delete a tweet
twittering-retweet r Retweet
twittering-toggle-or-retrieve-replied-statuses R Toggle or retrieve replies
twittering-update-status-interactive o Update tweets
+twitter/ace-link O Open some visible link from a twittering-mode buffer using ace
twittering-search / Search
twittering-goto-next-status J Go to next tweet
twittering-goto-previous-status K Go to previous tweet
twittering-goto-first-status gg Go to first tweet
twittering-goto-last-status G Go to last tweet
twittering-goto-next-status-of-user gj Go to next tweet of user
twittering-goto-previous-status-of-user))) gk Go to previous tweet of user

Troubleshooting

Report an issue?

twittering-mode overrides the SPC key

Currently twittering-mode binds SPC, breaking its functionality as a leader key for evil users. To work around this issue you may use M-SPC instead.

Frequently asked questions

This module has no FAQs yet. Ask one?

TODO Appendix

🔨 This module has no appendix yet. Write one?