From e0470253097bbf42b1406a1cf7e1863336881604 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20T=C3=A9tard?= Date: Sun, 19 Apr 2009 21:45:52 +0200 Subject: [PATCH] maj --- emacs/emacs.el | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/emacs/emacs.el b/emacs/emacs.el index 07c0cc4..f5fdb27 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -1,6 +1,6 @@ ;; -*- emacs-lisp -*- -;; Author: Olivier Tetard +;; Author: Olivier Tetard ;; URL : http://www.miskin.be/ ;; This file is free software; you can redistribute it and/or modify it @@ -27,17 +27,14 @@ ;; `---- (push (expand-file-name "~/.elisp") load-path) -(push (expand-file-name "~/.elisp/bbdb/lisp") load-path) -(push (expand-file-name "~/.elisp/erc") load-path) ;; Mozmail is available in XEmacs CVS : ;; http://cvs.xemacs.org/viewcvs.cgi/XEmacs/packages/xemacs-packages/net-utils/mozmail.el (require 'mozmail) (require 'tt25-passwords) -(require 'tt25-muse) +;; (require 'tt25-muse) (require 'tt25-erc) (require 'color-theme) -(require 'erc) ; Installé dans ~/.elisp/erc/ (require 'ido) ;; Pour Wikipedia @@ -66,7 +63,7 @@ ;; | Comportement ;; `---- -(gnuserv-start) ; Utilisation de gnuserv +(server-start) ; Multi-tty powa ! (ido-mode t) ; Utilisation du mode ido (setq auto-save-interval 1200) ; Autosave (setq scroll-step 2) ; On se decale de 2 lignes quand on change de page @@ -86,6 +83,8 @@ (while (search-forward "\r" nil t) (replace-match ""))) ;; Complétion +;; (abbrev-mode t) +;; (read-abbrev-file "~/.abbrev_defs") (setq save-abbrevs t) (global-set-key (quote [S-tab]) (quote dabbrev-expand)) @@ -154,7 +153,7 @@ ;; Configuration de debian-changelog (setq debian-changelog-full-name "Olivier Tétard") -(setq debian-changelog-mailing-address "toutoune25@free.fr") +(setq debian-changelog-mailing-address "olivier.tetard@miskin.fr") (setq safe-local-variable-values (quote ((TeX-PDF-mode . PDF)))) @@ -178,7 +177,10 @@ The function is not passed any arguments. The function honours restrictions." ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. + '(TeX-output-view-style (quote (("^dvi$" ("^landscape$" "^pstricks$\\|^pst-\\|^psfrag$") "%(o?)dvips -t landscape %d -o && gv %f") ("^dvi$" "^pstricks$\\|^pst-\\|^psfrag$" "%(o?)dvips %d -o && gv %f") ("^dvi$" ("^\\(?:a4\\(?:dutch\\|paper\\|wide\\)\\|sem-a4\\)$" "^landscape$") "%(o?)xdvi %dS -paper a4r -s 0 %d") ("^dvi$" "^\\(?:a4\\(?:dutch\\|paper\\|wide\\)\\|sem-a4\\)$" "%(o?)xdvi %dS -paper a4 %d") ("^dvi$" ("^\\(?:a5\\(?:comb\\|paper\\)\\)$" "^landscape$") "%(o?)xdvi %dS -paper a5r -s 0 %d") ("^dvi$" "^\\(?:a5\\(?:comb\\|paper\\)\\)$" "%(o?)xdvi %dS -paper a5 %d") ("^dvi$" "^b5paper$" "%(o?)xdvi %dS -paper b5 %d") ("^dvi$" "^letterpaper$" "%(o?)xdvi %dS -paper us %d") ("^dvi$" "^legalpaper$" "%(o?)xdvi %dS -paper legal %d") ("^dvi$" "^executivepaper$" "%(o?)xdvi %dS -paper 7.25x10.5in %d") ("^dvi$" "." "%(o?)xdvi %dS %d") ("^pdf$" "." "evince %o %(outpage)") ("^html?$" "." "netscape %o")))) + '(canlock-password "a29a3189d5be23f38adc9d2627e77c898e00cde1") '(display-time-24hr-format t) + '(inhibit-startup-screen t) '(mail-yank-prefix "> ") '(muse-file-extension "muse") '(muse-html-charset-default "utf-8") @@ -186,12 +188,11 @@ The function is not passed any arguments. The function honours restrictions." '(muse-html-meta-content-encoding (quote utf-8)) '(muse-html-style-sheet "") '(muse-mode-auto-p nil) - '(muse-mode-hook (quote (footnote-mode muse-wiki-update-custom-values))) '(muse-publish-desc-transforms (quote (muse-wiki-publish-pretty-title muse-wiki-publish-pretty-interwiki muse-publish-escape-specials-in-string))) '(muse-wiki-publish-small-title-words (quote ("the" "and" "at" "on" "of" "for" "in" "an" "a" "page" "anime"))) '(muse-xhtml-footer "~/documents/wiki/common/footer.html") '(muse-xhtml-header "~/documents/wiki/common/header.html") - '(safe-local-variable-values (quote ((TeX-PDF-mode . PDF))))) + '(safe-local-variable-values (quote ((TeX-PDF-mode . "PDF") (TeX-PDF-mode . PDF))))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. -- 2.30.2