Skip to content

Commit

Permalink
removed keybind of public timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
hayamiz committed Jun 5, 2010
1 parent e9a5783 commit fdb8e8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion twittering-mode.el
Expand Up @@ -2995,7 +2995,6 @@ authorized -- The account has been authorized.")
(let ((km twittering-mode-map))
(define-key km (kbd "C-c C-f") 'twittering-friends-timeline)
(define-key km (kbd "C-c C-r") 'twittering-replies-timeline)
(define-key km (kbd "C-c . C-p") 'twittering-public-timeline)
(define-key km (kbd "C-c C-u") 'twittering-user-timeline)
(define-key km (kbd "C-c C-d") 'twittering-direct-messages-timeline)
(define-key km (kbd "C-c C-s") 'twittering-update-status-interactive)
Expand Down

0 comments on commit fdb8e8d

Please sign in to comment.