;; flyspell
(require-if-present 'flyspell)
+;; ditz
+(require-if-present 'ditz)
+
;; jaspace
(require-if-present 'jaspace)
'(completion-ignored-extensions (quote (".svn/" "CVS/" ".o" "~" ".bin" ".lbin" ".so" ".a" ".ln" ".blg" ".bbl" ".elc" ".lof" ".glo" ".idx" ".lot" ".dvi" ".fmt" ".tfm" ".pdf" ".class" ".fas" ".lib" ".mem" ".x86f" ".sparcf" ".fasl" ".ufsl" ".fsl" ".dxl" ".pfsl" ".dfsl" ".lo" ".la" ".gmo" ".mo" ".toc" ".aux" ".cp" ".fn" ".ky" ".pg" ".tp" ".vr" ".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs" ".pyc" ".pyo" ".hi")))
'(cperl-merge-trailing-else nil)
'(default-frame-alist (quote ((tool-bar-lines . 0) (menu-bar-lines . 1) (width . 80) (height . 25) (right-fringe) (left-fringe))))
+ '(ditz-find-issue-directory-automatically-flag t)
'(ecb-add-path-for-not-matching-files (quote (t)))
'(ecb-help-info-path "/sw/share/info/ecb.info")
'(ecb-layout-name "left14")
'(tramp-auto-save-directory "/tmp/tramp-auto-save")
'(tramp-completion-reread-directory-timeout 2)
'(tramp-default-host "localhost")
- '(tramp-default-method "sshx")
'(w3m-bookmark-file-coding-system (quote utf-8))
'(w3m-coding-system (quote utf-8))
'(w3m-coding-system-priority-list (quote (utf-8)))
;; If there is more than one, they won't work right.
'(flyspell-incorrect ((t (:foreground "OrangeRed" :overline t))))
'(jaspace-highlight-tab-face ((((class color) (background dark)) (:foreground "gray70" :underline t))))
+ '(navi2ch-bm-new-unread-face ((t (:foreground "PaleGreen" :weight bold))))
+ '(navi2ch-bm-updated-cache-face ((t (:foreground "CornflowerBlue" :weight bold))))
+ '(navi2ch-bm-updated-unread-face ((t (:foreground "DarkSeaGreen3" :weight bold))))
'(which-func-face ((t (:background "black" :foreground "dark orange")))))