Skip to content

Commit

Permalink
wrote a doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hayamiz committed Dec 27, 2009
1 parent 1289f52 commit e9c4b54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions twittering-mode.el
Expand Up @@ -261,6 +261,9 @@ directly. You should change through function'twittering-icon-mode'")

(make-variable-buffer-local 'twittering-icon-mode)
(defun twittering-icon-mode (&optional arg)
"Toggle display of icon images on timelines.
With a numeric argument, if the argument is positive, turn on
icon mode; otherwise, turn off icon mode."
(interactive)
(setq twittering-icon-mode
(if twittering-icon-mode
Expand Down

0 comments on commit e9c4b54

Please sign in to comment.