Skip to content

Commit

Permalink
add key bind in minor mode
Browse files Browse the repository at this point in the history
  • Loading branch information
hayamiz committed Dec 23, 2009
1 parent 5e0b820 commit 774337b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion twittering-mode.el
Expand Up @@ -2041,8 +2041,10 @@ return value of (funcall TO the-following-string the-match-data).

(when twittering-assist-mode-map
(let ((km twittering-assist-mode-map))
(define-key km "\C-c\C-s" 'twittering-update-status-interactive)
(define-key km "\C-c\C-c" 'twittering-assist-update-status-from-region)
(define-key km "\C-c\C-l" 'twittering-assist-update-status-from-line)))
(define-key km "\C-c\C-l" 'twittering-assist-update-status-from-line)
))

(define-minor-mode twittering-assist-mode
"A minor mode assisting you to twit everywhere"
Expand Down

0 comments on commit 774337b

Please sign in to comment.