hayamiz / twittering-mode

An Emacs major mode for Twitter
http://twmode.sourceforge.net/
545 stars 92 forks source link

twittering-follow has no key binding #87

Open ncouture opened 10 years ago

ncouture commented 10 years ago

Considering that twittering-follow is a basic function most users will use I believe it would be best if twittering-mode would ship with a key binding for it.

Moreover it is confusing not to see commonly used functions that are available in the mode you are in when consulting its documentation within Emacs using C-h m (describe-mode) like the twittering-follow function is not included in its mode's description.

I would like to suggest "F" with the addition of:

    (define-key km (kbd "F") 'twittering-follow)

in twittering-mode.el.