X-Git-Url: http://olivier.miskin.fr/git/?a=blobdiff_plain;f=emacs.el;h=2fd9b78ff453d0b715d142fb907c12edd8d8e4b7;hb=f21d63234aba00d887353bda4f3a370dc31aa1cb;hp=89fff19030fc7ea3c99fb31632a28477d513abe5;hpb=93c36b82b0466e889f2c2b3e04953cc280f6f9a8;p=dotfiles2.git diff --git a/emacs.el b/emacs.el index 89fff19..2fd9b78 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)))) @@ -209,3 +209,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)