From 82da4dfe83767840f329379478af55b4b2c6859c Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 26 Sep 2011 17:16:38 +0200 Subject: [PATCH] .emacs.el: load twittering-mode on startup --- emacs.el | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.30.2