spacemacs/layers/+web-services/twitter
syl20bnr ebe4c60264 Revert "Defer packages by default using use-package-always-defer"
This reverts commit 29c78ce841 and all other fixes
that have been made afterwards.

The motivation is that use-package is seen by many as a replacement for
`require`. Is use-package always defer the loading of packages then is breaks
this use case, this does not respect POLA so even if it was making Spacemacs
loading faster (up to 3s faster on some startup on my machine) we just cannot
use it, it would be irresponsible. Spacemacs should be easy to use, loading
performance will come with time but it is not a priority.
2018-03-03 23:40:10 -05:00
..
img twitter: improve layer 2016-03-24 00:49:37 -04:00
packages.el Revert "Defer packages by default using use-package-always-defer" 2018-03-03 23:40:10 -05:00
README.org Fixed feature header 2017-08-29 20:00:44 +03:00

Twitter layer

/TakeV/spacemacs/media/commit/d8b1f81fbb3a8846bd0af3d366efb2765f9f4407/layers/+web-services/twitter/img/twitter.png

Description

This layer adds Twitter support to Spacemacs via the package twittering-mode.

Features:

  • Activities on Twitter

    • Viewing various timelines

      • Home timeline
      • Replies
      • User's timeline
      • Public timeline
      • Favorites timeline
      • Retweets timeline
      • Merged timeline
      • Timeline without tweets satisfying a condition
    • Posting tweets

      • Direct message
      • ReTweet
      • Hash tag
      • Signature
    • Following and removing users
    • Marking tweets as favorites
  • HTTP Proxy support
  • Secure connection via HTTPS (cURL, GNU Wget, OpenSSL or GnuTLS is required)

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add twitter to the existing dotspacemacs-configuration-layers list in this file.

Configuration

Exhaustive configuration documentation can be found on the README page of the package here.

You can authenticate easily via a PIN number, or you can use GnuPG by setting the variable twittering-use-master-password to t in the user-config function of your dotfile.

Key Bindings

Key Binding Description
? Open/Quit transient state
/ Search
a Toggle auto-refresh
b Heart
B Unheart
d Direct message to user around point
e Edit tweet
f Follow user around point
F Unfollow user around point
g First tweet
G Last tweet
i View user profile around point
I toggle user icons
q Quit transient state
Q Quit twittering mode
j Next tweet
J Next tweet of same user around point
k Previous tweet
K Previous tweet of same user around point
n New tweet
o Open URL
r Retweet (native)
R Retweet (organic)
t View tweet replies
u Update timeline
X Delete tweet
y Copy tweet URI
Y Copy tweet content