X-Git-Url: http://olivier.miskin.fr/git/?a=blobdiff_plain;f=emacs.el;h=d7f37d004542cc92a06efef5e2052ef4be66c48b;hb=82da4dfe83767840f329379478af55b4b2c6859c;hp=8042a2bc371c7055cbb3326a3a5cee6dfb8cdbea;hpb=1fdb3a473077d11ff0e8d8748d11c0b800c52122;p=dotfiles2.git 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.