Skip to content

Commit

Permalink
Twittering-numbering.el: use N, not n; that was stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
pft committed Dec 4, 2010
1 parent 6979b86 commit 254d21d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions twittering-numbering.el
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
;; (autoload 'twittering-numbering "twittering-numbering" nil t)
;; (add-hook 'twittering-mode-hook 'twittering-numbering)

;; Toggle numbering mode on and off with "n".
;; Toggle numbering mode on and off with "N".

;; Move to a 'thing' with [0-9]+ ENTER

Expand Down Expand Up @@ -65,7 +65,7 @@
(defun twittering-numbering-after ()
(run-with-timer 1 nil 'twittering-numbering twittering-new-tweets-spec))

(define-key twittering-mode-map "n" 'twittering-numbering-mode)
(define-key twittering-mode-map "N" 'twittering-numbering-mode)

(defun twittering-numbering-mode (&optional arg)
"Minor mode to enable operations using link numbers"
Expand Down

0 comments on commit 254d21d

Please sign in to comment.