lisp/my-custom.el
changeset 1 a234a7579958
equal deleted inserted replaced
0:df7496e40bee 1:a234a7579958
       
     1 (custom-set-variables
       
     2   ;; custom-set-variables was added by Custom.
       
     3   ;; If you edit it by hand, you could mess it up, so be careful.
       
     4   ;; Your init file should contain only one such instance.
       
     5   ;; If there is more than one, they won't work right.
       
     6  '(auto-compression-mode t nil (jka-compr))
       
     7  '(backup-directory-alist (quote (("." . "/home/fabien/.backup"))))
       
     8  '(bbdb-auto-notes-alist (quote (("X-ML-Name" (".*$" ML 0 nil)))))
       
     9  '(bbdb-file "~/PIM/bbdb")
       
    10  '(bbdb-north-american-phone-numbers-p nil)
       
    11  '(bbdb-notice-hook (quote (bbdb-auto-notes-hook)))
       
    12  '(bbdb-use-pop-up nil)
       
    13  '(bbdb-user-mail-names "\\bfabien@\\(alteranode\\.com\\|tzone.org\\|flipr.com\\)\\b")
       
    14  '(bbdb/mail-auto-create-p (quote bbdb-ignore-selected-messages-hook))
       
    15  '(bbdb/news-auto-create-p nil)
       
    16  '(browse-url-browser-function (quote browse-url-mozilla))
       
    17  '(browse-url-mozilla-program "firefox")
       
    18  '(c-default-style (quote ((c++-mode . "zeromq") (java-mode . "java") (awk-mode . "awk") (other . "gnu"))))
       
    19  '(calendar-mark-diary-entries-flag t)
       
    20  '(calendar-view-diary-initially-flag t)
       
    21  '(case-fold-search t)
       
    22  '(current-language-environment "UTF-8")
       
    23  '(custom-file "/home/fabien/.lisp/my-custom.el")
       
    24  '(default-input-method "rfc1345")
       
    25  '(delete-old-versions t)
       
    26  '(diary-display-function (quote (fancy-diary-display)))
       
    27  '(diary-hook (quote (appt-make-list)))
       
    28  '(diary-mail-addr "fabien@alteranode.com")
       
    29  '(dired-kept-versions 2)
       
    30  '(dired-listing-switches "-l")
       
    31  '(dvc-select-priority (quote (xhg bzr)))
       
    32  '(elmo-maildir-folder-path "~/Mail")
       
    33  '(emms-browser-default-browse-type (quote info-genre))
       
    34  '(emms-player-list (quote (emms-player-mpd emms-player-lastfm-radio)))
       
    35  '(eshell-modules-list (quote (eshell-alias eshell-banner eshell-basic eshell-cmpl eshell-dirs eshell-glob eshell-hist eshell-ls eshell-pred eshell-prompt eshell-rebind eshell-script eshell-smart eshell-term eshell-unix)))
       
    36  '(eshell-prefer-lisp-functions t)
       
    37  '(eshell-prefer-to-shell t nil (eshell))
       
    38  '(eshell-unix-load-hook (quote (eshell-unix-initialize local-init-eshell)))
       
    39  '(european-calendar-style t)
       
    40  '(global-font-lock-mode t nil (font-lock))
       
    41  '(indent-tabs-mode nil)
       
    42  '(ispell-local-dictionary "francais-intl" t)
       
    43  '(ispell-local-dictionary-alist (quote (("francais-intl" "A-Za-zÀÂÆÇÈÉÊËÎÏÔÙÛÜŒÑæàâçèéêëîïôùûüœñ" "^A-Za-zÆÀÂÇÈÉÊËÎÏÔÙÛÜÑŒæàâçèéêëîïôùûüœñ" "-'" t ("-d" "french") "~list" iso-8859-15))))
       
    44  '(mail-host-address "ozone.tzone.org")
       
    45  '(muse-project-alist (quote (("WikiPlanner" ("~/Plans" :major-mode planner-mode :default "TaskPool" :visit-link planner-visit-link) (:base "\"planner-xhtml\"" :path "\"~/public_html/Plans\"")))))
       
    46  '(my-planner-last-replan-day (quote (6 15 2010)))
       
    47  '(nxml-slash-auto-complete-flag t)
       
    48  '(org-agenda-files (quote ("~/philo/draft/plan.org" "~/cda-web/TODO.org")))
       
    49  '(planner-appt-alert-buffer "*Alerts*")
       
    50  '(planner-appt-forthcoming-appt-section "Rendez-vous à venir")
       
    51  '(planner-appt-schedule-section "Horaire")
       
    52  '(planner-appt-task-appointments-section "* Rendez-vous")
       
    53  '(planner-appt-task-use-appointments-section-flag t)
       
    54  '(planner-appt-update-appts-on-save-flag t)
       
    55  '(planner-day-page-template (quote my-planner-day-page-template))
       
    56  '(planner-diary-appts-string "* Rendez-vous")
       
    57  '(planner-diary-string "* Évènements")
       
    58  '(planner-diary-use-appts t)
       
    59  '(planner-diary-use-cal-desk nil)
       
    60  '(planner-diary-use-diary t)
       
    61  '(planner-initial-page "Bienvenue")
       
    62  '(planner-log-edit-flush-regexp-list (quote ("^#")))
       
    63  '(planner-multi-separator ", ")
       
    64  '(planner-plan-page-template (quote my-planner-plan-page-template))
       
    65  '(planner-sections (quote ((tasks . "Tâches") (notes . "Notes"))))
       
    66  '(planner-timeclock-summary-include-sub-plan-pages-flag t)
       
    67  '(planner-timeclock-summary-not-planned-string "Non planifiée")
       
    68  '(planner-timeclock-summary-proj-header "Rapport d'activités")
       
    69  '(planner-timeclock-summary-section "Activités")
       
    70  '(remember-handler-functions (quote (remember-planner-append)))
       
    71  '(rng-schema-locating-files (quote ("schemas.xml" "~/.nxml/schemas.xml" "/usr/share/emacs/site-lisp/nxml-mode/schema/schemas.xml")))
       
    72  '(safe-local-variable-values (quote ((sgml-default-dtd-file . "/home/fabien/.sgml/poetry/section.ced") (sgml-default-dtd-file . "~/.sgml/poetry/section.ced") (sgml-local-catalogs "catalog" "../catalog") (sgml-default-dtd-file . "~/.sgml/poetry/poetry.ced") (sgml-parent-document "poetry.xml" "section" "subsection" ("title")) (sgml-indent-step . 0) (default-justification . full) (sgml-omittag . t) (sgml-shorttag . t) (sgml-namecase-general . t) (sgml-default-dtd-file . "~/.sgml/html401.ced") (sgml-indent-data . t) (sgml-local-catalogs "../catalog") (sgml-default-dtd-file . "~/.sgml/docbook/book.ced") (sgml-omittag) (sgml-shorttag) (sgml-namecase-general) (sgml-general-insert-case . lower) (sgml-minimize-attributes) (sgml-always-quote-attributes . t) (sgml-indent-step . 2) (sgml-indent-data) (sgml-parent-document) (sgml-default-dtd-file . "~/.sgml/docbook/article.ced") (sgml-exposed-tags) (sgml-local-catalogs) (sgml-local-ecat-files))))
       
    73  '(save-place t nil (saveplace))
       
    74  '(smtp-default-server "localhost")
       
    75  '(smtp-end-of-line "
       
    76 
       
    77 " t)
       
    78  '(smtp-fqdn "ozone.tzone.org")
       
    79  '(smtp-local-domain "tzone.org")
       
    80  '(smtp-open-connection-function (quote open-network-stream) t)
       
    81  '(smtp-server "localhost")
       
    82  '(tab-width 4)
       
    83  '(timeclock-file "~/Plans/timelog")
       
    84  '(uniquify-buffer-name-style (quote post-forward-angle-brackets) nil (uniquify))
       
    85  '(use-file-dialog nil)
       
    86  '(vc-command-messages t)
       
    87  '(vc-handled-backends (quote (RCS CVS SVN SCCS Arch MCVS hg)))
       
    88  '(version-control t)
       
    89  '(whitespace-style (quote (face tabs spaces trailing lines space-before-tab newline indentation empty space-after-tab space-mark tab-mark newline-mark)))
       
    90  '(wl-auto-check-folder-name "INBOX")
       
    91  '(wl-bcc nil)
       
    92  '(wl-draft-always-delete-myself t)
       
    93  '(wl-draft-send-mail-function (quote sendmail-send-it))
       
    94  '(wl-draft-use-frame t)
       
    95  '(wl-envelope-from "fabien@ozone.tzone.org")
       
    96  '(wl-folder-init-load-access-folders (quote ("^.OZoNE/\\(INBOX\\|yahoogroups\\|sourceforge\\|debian\\)$" "^.Alteranode/mbox$")))
       
    97  '(wl-from "Fabien Ninoles <fabien@tzone.org>" t)
       
    98  '(wl-interactive-send t)
       
    99  '(wl-smtp-authenticate-type "login")
       
   100  '(wl-smtp-connection-type (quote starttls))
       
   101  '(wl-smtp-posting-port 587)
       
   102  '(wl-smtp-posting-server "ozone.tzone.org")
       
   103  '(wl-smtp-posting-user "fabien")
       
   104  '(wl-summary-from-function (quote bbdb-wl-from-func))
       
   105  '(wl-temporary-file-directory "~/.tmp/")
       
   106  '(wl-user-mail-address-list (quote ("fabien@tzone.org" "fabien@alteranode.com" "veneur@tzone.org"))))
       
   107 (custom-set-faces
       
   108   ;; custom-set-faces was added by Custom.
       
   109   ;; If you edit it by hand, you could mess it up, so be careful.
       
   110   ;; Your init file should contain only one such instance.
       
   111   ;; If there is more than one, they won't work right.
       
   112  )
       
   113 
       
   114 (provide 'my-custom)