lotsa changes
[emacs.git] / .emacs.d / config / customized.el
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 '(bmkp-last-as-first-bookmark-file "~/.emacs.d/bookmarks")
7 '(custom-safe-themes (quote ("1e7e097ec8cb1f8c3a912d7e1e0331caeed49fef6cff220be63bd2a6ba4cc365" "fc5fcb6f1f1c1bc01305694c59a1a861b008c534cae8d0e48e4d5e81ad718bc6" default)))
8 '(midnight-mode t nil (midnight))
9 '(mouse-wheel-follow-mouse t)
10 '(mouse-yank-at-point t)
11 '(nnmail-cache-accepted-message-ids t)
12 '(nnmail-message-id-cache-length 10000)
13 '(nnmail-split-abbrev-alist (quote ((any . "x-beenthere\\|from\\|to\\|cc\\|sender\\|apparently-to\\|resent-from\\|resent-to\\|resent-cc\\|x-loop\\|delivered-to") (mail . "mailer-daemon\\|postmaster\\|uucp") (to . "to\\|cc\\|apparently-to\\|resent-to\\|resent-cc") (from . "from\\|sender\\|resent-from") (nato . "to\\|cc\\|resent-to\\|resent-cc") (naany . "from\\|to\\|cc\\|sender\\|resent-from\\|resent-to\\|resent-cc") (xloop . "x-loop") (deliveredto . "delivered-to"))))
14 '(nnmail-treat-duplicates (quote delete))
15 '(notmuch-fcc-dirs nil)
16 '(randomsig-files (quote randomsig-search-sigfiles))
17 '(randomsig-static-string "bye, Joerg
18 ")
19 '(sieve-manage-default-port 4190)
20 '(tab-width 8)
21 '(text-mode-hook (quote (turn-on-auto-fill text-mode-hook-identify)))
22 '(tool-bar-mode nil nil (tool-bar)))
23
24 (custom-set-faces
25 ;; custom-set-faces was added by Custom.
26 ;; If you edit it by hand, you could mess it up, so be careful.
27 ;; Your init file should contain only one such instance.
28 ;; If there is more than one, they won't work right.
29 )