X-Git-Url: http://olivier.miskin.fr/git/?a=blobdiff_plain;f=emacs.el;fp=emacs.el;h=03fc618e26dd4386c6fbe9e8ac666d59033c1cd5;hb=7981b98ca4e516b85a98da22c143ff254be2b656;hp=c70ec795ff5aa28936e5a09705cd151ced74a17f;hpb=f21afe7515180b27b0148a7024396cb9bd84f152;p=dotfiles2.git diff --git a/emacs.el b/emacs.el index c70ec79..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)))) @@ -208,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)