;; Installing:
download growl.el from http://coderepos.org/share/browser/lang/elisp/emacs-growl/trunk/growl.el
;;add something to your .emacs file like:
(load "twit")
(twit-mode t)
(setq twit-username "YOUR_USERNAME")
(setq twit-password "YOUR_PASSWORD")
(setq twit-favorite-friends
'("hitoriblog" "otsune" "masui" "miyagawa" "emacs"))
;; if show user images
(setq twit-show-user-images t)
(setq twit-user-image-dir
(expand-file-name "~/ELISP_LOAD_PATH/twiter/"))
;; if use growl notification if sending message for you
(setq twit-use-growl-notification t)