From: Your Name Date: Mon, 26 Sep 2011 15:16:38 +0000 (+0200) Subject: .emacs.el: load twittering-mode on startup X-Git-Url: http://olivier.miskin.fr/git/?a=commitdiff_plain;h=82da4dfe83767840f329379478af55b4b2c6859c;p=dotfiles2.git .emacs.el: load twittering-mode on startup --- diff --git a/emacs.el b/emacs.el index 8042a2b..d7f37d0 100644 --- 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.