.emacs.el: load twittering-mode on startup
authorYour Name <olivier.tetard@amossys.fr>
Mon, 26 Sep 2011 15:16:38 +0000 (17:16 +0200)
committerYour Name <olivier.tetard@amossys.fr>
Mon, 26 Sep 2011 15:16:38 +0000 (17:16 +0200)
emacs.el

index 8042a2b..d7f37d0 100644 (file)
--- a/emacs.el
+++ b/emacs.el
@@ -207,6 +207,11 @@ The function is not passed any arguments. The function honours restrictions."
 (setq-default c-basic-offset 8)
 (setq-default indent-tabs-mode t)
 
+;; Twitter !
+(push (expand-file-name "~/.elisp/twittering-mode") load-path)
+(require 'twittering-mode)
+(setq twittering-use-master-password t)
+
 ;; -> END <-
 (custom-set-variables
  ;; custom-set-variables was added by Custom.