Skip to content

amacou/twit.el-valiant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

;; 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)