X-Git-Url: http://olivier.miskin.fr/git/?a=blobdiff_plain;f=emacs.el;h=03fc618e26dd4386c6fbe9e8ac666d59033c1cd5;hb=b1e481a9d10a1344b1bac0c620fef8fe5fc44a73;hp=1f3261995b8652d2c7fb43fc136208a582a64eea;hpb=2ab5c1f1f5068b791c90cfdc7bbc7b6a3c741bd5;p=dotfiles2.git diff --git a/emacs.el b/emacs.el index 1f32619..03fc618 100644 --- a/emacs.el +++ b/emacs.el @@ -132,7 +132,7 @@ ;; Configuration de debian-changelog (setq debian-changelog-full-name "Olivier Tétard") -(setq debian-changelog-mailing-address "olivier.tetard@miskin.fr") +(setq debian-changelog-mailing-address "olivier.tetard@amossys.fr") (setq safe-local-variable-values (quote ((TeX-PDF-mode . PDF)))) @@ -159,6 +159,7 @@ The function is not passed any arguments. The function honours restrictions." (require 'twittering-mode) (setq twittering-use-master-password t) (setq twittering-icon-mode t) +(setq twittering-scroll-mode t) (setq twittering-timer-interval 300) (setq twittering-url-show-status nil) (add-hook 'twittering-new-tweets-hook @@ -207,3 +208,4 @@ The function is not passed any arguments. The function honours restrictions." '(highlight-current-line-face ((t (:background "#6699cc")))) '(muse-bad-link-face ((t (:foreground "DeepPink" :underline "DeepPink" :weight bold)))) '(muse-link-face ((t (:foreground "blue" :underline "blue" :weight bold))))) +(put 'scroll-left 'disabled nil)