1 ;; -*- Mode: emacs-lisp; Coding: utf-8 -*-
3 ;; Load paths -----------------------------------------------------------------
4 (add-to-list 'load-path (expand-file-name "~/.elisp"))
5 (add-to-list 'load-path "/usr/local/share/emacs/site-lisp")
7 ;; Setting for encodings of the environment -----------------------------------
8 ;(set-language-environment 'Japanese)
9 (set-default-coding-systems 'utf-8)
10 (set-terminal-coding-system 'utf-8)
11 (setq default-file-name-coding-system 'utf-8)
12 (set-keyboard-coding-system 'utf-8)
13 (set-clipboard-coding-system 'utf-8)
15 ;; Settings for the Emacs itself ----------------------------------------------
16 (setq truncate-partial-width-windows t)
17 (setq make-backup-files nil)
19 (setq read-file-name-completion-ignore-case t)
22 (global-set-key "\C-\\" 'toggle-input-method)
25 (normal-erase-is-backspace-mode t))
27 (setq-default tab-width 4)
28 (global-font-lock-mode t)
30 (auto-compression-mode t)
31 (which-function-mode t)
33 (setq ring-bell-function (lambda ()))
36 (if (server-running-p)
37 (message "Warning: server %S is already running." server-name)
41 (windmove-default-keybindings)
43 ;; Host specific configuration ------------------------------------------------
44 (let ((host (system-name)))
45 (cond ((equal host "aria.cielonegro.org")
47 ;; Use firefox as the default browser.
48 (setq browse-url-firefox-program "/opt/local/bin/firefox")
49 ;; Specify how to connect to some of the remote servers.
50 (setq tramp-default-proxies-alist nil)
51 (add-to-list 'tramp-default-proxies-alist
52 '("rd8" nil "/sshx:pho@yebisu1.ymir.jp:"))
53 (add-to-list 'tramp-default-proxies-alist
54 '("yebisu1\\.ymir\\.jp" nil "/sshx:pho@boss:"))))))
56 ;; Settings for Browser --------------------------------------------------------
57 (setq browse-url-browser-function 'w3m-browse-url)
58 (global-set-key "\C-xm" 'browse-url-at-point)
60 ;; Setting for the Mode Line ---------------------------------------------------
62 (column-number-mode t)
65 ;; Setting for Frames ----------------------------------------------------------
67 (if (equal (system-name) "seras")
68 (set-default-font "Dejavu Sans Mono 11")
69 (set-default-font "Dejavu Sans Mono 13")))
72 ; (set-default-font "Inconsolata-14")
73 ; (set-face-font 'variable-pitch "Inconsolata-14")
74 ; (set-fontset-font (frame-parameter nil 'font)
76 ; '("Takaoゴシック" . "unicode-bmp")))
79 ; (add-to-list 'default-frame-alist
80 ; '(font . "Bitstream Vera Sans Mono 12"))
81 ; (set-frame-font "Bitstream Vera Sans Mono 12")
82 ; (set-fontset-font nil;(frame-parameter nil 'font)
84 ; '("Hiragino Kaku Gothic Pro W3" . "unicode-bmp")))
86 ;; Hooks for newline-and-indent ------------------------------------------------
87 ;(mapcar (lambda (hook)
90 ; (local-set-key "\C-m" 'newline-and-indent)
91 ; (local-set-key "\C-j" 'newline)
96 ; javascript-mode-hook
100 ; emacs-lisp-mode-hook
106 ;; Setting for Packages --------------------------------------------------------
107 (defun require-if-present (feature)
111 (if (equal (cadr e) "Cannot open load file")
112 (message "Warning: feature %s is absent" feature) ; warn and ignore
113 (apply 'signal (car e) (cdr e)))))) ; rethrow
115 (defun load-if-present (file)
119 (if (equal (cadr e) "Cannot open load file")
120 (message "Warning: file named %s is absent" file) ; warn and ignore
121 (apply 'signal (car e) (cdr e)))))) ; rethrow
123 (defun load-file-if-present (path)
124 (if (file-exists-p path)
126 (message "Warning: file %s is absent" path)))
129 (require-if-present 'session)
132 (require-if-present 'flyspell)
135 (require-if-present 'ditz)
138 (require-if-present 'mediawiki)
141 (require-if-present 'jaspace)
144 (require-if-present 'color-theme)
145 (if (featurep 'color-theme)
147 (color-theme-initialize)
148 (color-theme-subtle-hacker)))
151 (require-if-present 'auto-complete-config)
152 (if (featurep 'auto-complete-config)
154 (add-to-list 'ac-dictionary-directories
155 "/usr/pkg/share/emacs/site-lisp/auto-complete/ac-dict")
156 (mapcar (lambda (mode)
157 (add-to-list 'ac-modes mode))
161 (setq ac-modes (remove 'css-mode ac-modes))
162 (add-hook 'erlang-mode-hook
164 (add-to-list 'ac-sources 'ac-source-semantic)))
165 (ac-config-default)))
168 (require-if-present 'mic-paren)
169 (if (featurep 'mic-paren)
173 (load "elscreen" "ElScreen" t)
174 (require-if-present 'elscreen-w3m)
177 (require-if-present 'undo-tree)
178 (if (featurep 'undo-tree)
179 (global-undo-tree-mode))
182 ;(require-if-present 'mpc-autoloads)
185 (autoload 'rst-mode "rst"
186 "mode for editing reStructuredText documents" t)
187 (setq auto-mode-alist
188 (append '(("\\.rst$" . rst-mode)
189 ("\\.rest$" . rst-mode)) auto-mode-alist))
192 (autoload 'xsltxt-mode "xsltxt-mode" "Major mode for xsltxt." t)
193 (add-to-list 'auto-mode-alist '("\\.xsltxt$" . xsltxt-mode))
196 (autoload 'lua-mode "lua-mode" "Lua editing mode." t)
197 (add-to-list 'auto-mode-alist '("\\.lua$" . lua-mode))
200 (require-if-present 'twittering-mode)
201 (setq twittering-username "phonohawk")
204 (autoload 'riece "riece" "Start Riece" t)
205 (add-hook 'riece-after-load-startup-hook
207 (add-to-list 'riece-addons 'riece-alias)
208 (add-to-list 'riece-addons 'riece-skk-kakutei)
209 (add-to-list 'riece-addons 'riece-keyword)
210 (add-to-list 'riece-addons 'riece-ctlseq)))
213 (add-to-list 'load-path "/usr/pkg/share/emacs/cedet/common")
214 (require-if-present 'cedet)
217 (require-if-present 'ecb-autoloads)
218 (let* ((hosts '(("netbsd." .
219 (("~/sandbox/yxmimeproc" "yxmimeproc")
220 ("~/sandbox/YxMIME" "YxMIME.pm")
223 (("~/sandbox/MR/engine/libycom" "libycom")
225 ("aria.cielonegro.org" .
226 (("~/sandbox/_web-app/Rakka" "Rakka")
227 ("~/sandbox/_haskell/Lucu" "Lucu")
228 ("~/sandbox/_web-app/Kirschbaum" "Kirschbaum")
229 ("~/sandbox/_haskell/HsOpenSSL" "HsOpenSSL")
230 ("~/sandbox/_haskell/HsHyperEstraier" "HsHyperEstraier")
231 ("~/sandbox/_haskell/HsSVN" "HsSVN")
232 ("~/sandbox/_game/RoRo" "RoRo")
233 ("~/sandbox/_haskell/HXT" "HXT")
234 ("~/sandbox/_haskell/hxt-compile" "hxt-compile")
235 ("~/src/ghc-6.10.1" "ghc-6.10.1")
236 ("~/sandbox/sugar" "sugar")
237 ("~/sandbox/_haskell/dns" "dns")
238 ("~/sandbox/_haskell/blackboard-ddns" "blackboard-ddns")
240 (paths (cdr (assoc (system-name) hosts))))
241 (setq ecb-source-path paths))
244 (require-if-present 'gaelic)
247 (autoload 'rnc-mode "rnc-mode")
248 (add-to-list 'auto-mode-alist '("\\.rnc\\'" . rnc-mode))
251 (setq bookmark-sort-flag nil)
254 (autoload 'sudoku "sudoku" "The Sudoku" t)
257 (autoload 'mew "mew" "Mew" t)
260 (autoload 'cleite "cleite" "Cleite RSS Aggregator -- Emacs Interface" t)
263 (autoload 'js2-mode "js2" nil t)
264 (add-to-list 'auto-mode-alist '("\\.js$" . js2-mode))
265 (add-to-list 'auto-mode-alist '("\\.json$" . javascript-mode))
268 (autoload 'vimrc-mode "vimrc-mode"
269 "Major mode for editing `.vimrc', `xxx.vim' and `.exrc' files." t)
270 (add-to-list 'auto-mode-alist '("\\.vim\\(rc\\)?$" . vimrc-mode))
277 (autoload 'sokoban "sokoban.el" "Start a new game of Sokoban." t)
278 (autoload 'sokoban-mode "sokoban.el" "Play Sokoban in current buffer." t)
279 (setq sokoban-playerfiles-dir "/usr/local/var/games/emacs-sokoban")
282 (load-file-if-present "/usr/pkg/share/emacs/site-lisp/nxml-mode/rng-auto.el")
283 (defalias 'xml-mode 'nxml-mode)
284 (add-to-list 'auto-mode-alist '("\\.xml$" . nxml-mode))
285 (add-to-list 'auto-mode-alist '("\\.xi$" . nxml-mode))
286 (add-to-list 'auto-mode-alist '("\\.rdf$" . nxml-mode))
287 (add-to-list 'auto-mode-alist '("\\.rng$" . nxml-mode))
290 (autoload 'sstp-mode "sstp" "SSTP Editing Major-Mode" t)
293 (autoload 'ruby-mode "ruby-mode" "Mode for editing ruby source files")
294 (setq auto-mode-alist
295 (append '(("\\.rb$" . ruby-mode)) auto-mode-alist))
296 (setq interpreter-mode-alist (append '(("ruby" .ruby-mode))
297 interpreter-mode-alist))
298 (autoload 'run-ruby "inf-ruby" "Run an inferior Ruby process")
299 (autoload 'inf-ruby-keys "inf-ruby" "set local key defs for inf-ruby in ruby-mode")
300 (add-hook 'ruby-mode-hook
306 (load-if-present "haskell-site-file.el")
308 (autoload 'run-haskell "inf-haskell" "" t)
309 (autoload 'switch-to-haskell "inf-haskell" "" t)
310 (autoload 'inferior-haskell-load-file "inf-haskell" "" t)
311 (autoload 'inferior-haskell-type "inf-haskell" "" t)
312 (autoload 'inferior-haskell-info "inf-haskell" "" t)
313 (autoload 'inferior-haskell-find-definition "inf-haskell" "" t)
314 (autoload 'inferior-haskell-find-haddock "inf-haskell" "" t)
316 (add-to-list 'auto-mode-alist '("\\.hs$" . haskell-mode))
317 (add-to-list 'auto-mode-alist '("\\.hsc$" . haskell-mode))
319 (add-hook 'haskell-mode-hook 'turn-on-haskell-doc-mode)
320 (add-hook 'haskell-mode-hook 'turn-on-haskell-indent)
321 (add-hook 'haskell-mode-hook 'turn-on-haskell-ghci)
323 (load-if-present "~/sandbox/_input-method/haskell-unicode-input-method/haskell-unicode-input-method")
324 (add-hook 'haskell-mode-hook
325 (lambda () (set-input-method "haskell-unicode")))
328 (autoload 'hoogle-lookup "hoogle" "Hoogle" t)
329 (global-set-key (kbd "C-c h") 'hoogle-lookup)
332 (mapcar (lambda (hook)
334 (lambda () (c-set-style "user"))))
341 (autoload 'emacs-wiki-find-file "emacs-wiki" "Emacs Wiki" t)
342 (defalias 'wiki 'emacs-wiki-find-file)
345 (defalias 'perl-mode 'cperl-mode)
346 (setq cperl-indent-level 4)
347 (setq cperl-indent-parens-as-block t)
350 (add-to-list 'load-path "/usr/pkg/lib/erlang/lib/tools-2.6/emacs")
351 (require-if-present 'erlang-start)
352 (setq erlang-electric-commands nil)
355 (require 'skk-autoloads)
357 (global-set-key "\C-x\C-j" 'skk-mode)
358 (global-set-key "\C-xj" 'skk-auto-fill-mode)
359 (global-set-key "\C-xt" 'skk-tutorial)
360 (setq skk-use-jisx0201-input-method t)
361 (setq skk-rom-kana-rule-list
363 ("wi" nil ("ヰ" . "ゐ"))
364 ("we" nil ("ヱ" . "ゑ"))
365 ;;("hh" "h" ("ン" . "ん"))
366 ;;("mm" "m" ("ン" . "ん"))
367 ("zx" nil ("ゝ" . "ヽ"))
368 ("zc" nil ("ゞ" . "ヾ"))))
369 (set-input-method 'japanese-skk) ; INPUT METHOD
372 (autoload 'navi2ch "navi2ch" "Navigator for 2ch for Emacs" t)
375 (require-if-present 'migemo)
378 (setq load-path (cons (expand-file-name "~/sandbox/Tiarra") load-path))
379 (autoload 'tiarra-conf-mode "tiarra-conf" "tiarra.conf editing mode" t)
382 (autoload 'po-mode "po-mode")
383 (setq auto-mode-alist
384 (cons '("\\.po[tx]?\\'\\|\\.po\\." . po-mode)
388 (autoload 'csv-mode "csv-mode"
389 "Major mode for editing comma-separated value files." t)
390 (add-to-list 'auto-mode-alist '("\\.[Cc][Ss][Vv]\\'" . csv-mode))
393 (autoload 'yaml-mode "yaml-mode"
394 "Major mode for editing YAML files." t)
395 (add-to-list 'auto-mode-alist '("\\.ya?ml$" . yaml-mode))
398 (if (equal (system-name) "seras")
400 (defun edit-troublesome-tasks ()
403 (find-file (expand-file-name "~/var/troublesome-tasks.txt")))
404 (define-key ctl-x-map "MT" #'edit-troublesome-tasks)))
407 (setq user-full-name "PHO")
408 (setq user-mail-address "pho@cielonegro.org")
412 (add-change-log-entry nil (expand-file-name "~/sync/memo.txt")))
413 (define-key ctl-x-map "MM" #'memo)
417 (add-change-log-entry nil (expand-file-name "~/sync/depression.txt")))
418 (define-key ctl-x-map "MD" #'depression)
422 (add-change-log-entry nil (expand-file-name "~/sync/plant.txt")))
423 (define-key ctl-x-map "MP" #'plant)
428 (find-file (expand-file-name "~/sync/good-things.txt"))
429 (split-window-horizontally)
431 (find-file (expand-file-name "~/sync/bad-things.txt"))
433 (define-key ctl-x-map "MR" #'robinson)
436 (add-hook 'calc-start-hook
438 (if (functionp 'paren-deactivate)
439 (paren-deactivate))))
440 (add-hook 'calc-end-hook
442 (if (functionp 'paren-activate)
446 (autoload 'w3m "w3m" "Interface for w3m on Emacs." t)
447 (autoload 'w3m-browse-url "w3m" "Browse url by w3m." t)
448 (autoload 'w3m-find-file "w3m" "w3m interface function for local file." t)
449 (autoload 'w3m-search "w3m-search" "Search QUERY using SEARCH-ENGINE." t)
450 (autoload 'w3m-weather "w3m-weather" "Display weather report." t)
451 (autoload 'w3m-antenna "w3m-antenna" "Report chenge of WEB sites." t)
452 (autoload 'w3m-namazu "w3m-namazu" "Search files with Namazu." t)
455 (autoload 'pov-mode "pov-mode" "POV-Ray scene file mode" t)
456 (setq auto-mode-alist
457 (append '(("\\.pov$" . pov-mode)
458 ("\\.inc$" . pov-mode)
461 ;; End of user configuration ---------------------------------------------------
464 (put 'narrow-to-region 'disabled nil)
465 (custom-set-variables
466 ;; custom-set-variables was added by Custom.
467 ;; If you edit it by hand, you could mess it up, so be careful.
468 ;; Your init file should contain only one such instance.
469 ;; If there is more than one, they won't work right.
470 '(Info-additional-directory-list (quote ("/sw/share/info" "/usr/local/info" "/usr/local/share/info")))
471 '(ac-ignore-case nil)
472 '(appt-display-format (quote window))
473 '(appt-message-warning-time 20)
474 '(canlock-password "a14fa4d2601465d55585c291fa8b3943e189e716")
475 '(cleite:auto-refresh-interval nil)
476 '(cleite:measure-srpc-call-time t)
477 '(compilation-scroll-output (quote first-error))
478 '(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")))
479 '(cperl-merge-trailing-else nil)
480 '(csv-align-style (quote auto))
481 '(default-frame-alist (quote ((tool-bar-lines . 0) (menu-bar-lines . 1) (width . 80) (height . 25) (right-fringe) (left-fringe))))
482 '(ditz-find-issue-directory-automatically-flag t)
483 '(ecb-add-path-for-not-matching-files (quote (t)))
484 '(ecb-help-info-path "/sw/share/info/ecb.info")
485 '(ecb-layout-name "left14")
486 '(ecb-options-version "2.32")
487 '(ecb-show-sources-in-directories-buffer (quote always))
488 '(ecb-tip-of-the-day nil)
489 '(ecb-tree-buffer-style (quote ascii-guides))
490 '(ecb-windows-width 0.2)
491 '(elscreen-display-tab t)
492 '(global-whitespace-mode t)
493 '(haskell-program-name "ghci")
494 '(ido-enable-flex-matching t)
496 '(ido-ignore-files (quote ("\\`CVS/" "\\`#" "\\`.#" "\\`\\.\\./" "\\`\\./" "\\.ttc")))
497 '(ido-work-directory-list-ignore-regexps (quote ("^\\(/mnt/ibm/\\|/Volumes/IBM80GB/\\)")))
498 '(indent-tabs-mode nil)
499 '(jabber-nickname "PHO")
500 '(jabber-resource "emacs")
501 '(jabber-server "jabber.jp")
502 '(jabber-username "phonohawk")
503 '(jaspace-highlight-tabs t)
504 '(js2-auto-indent-flag nil)
505 '(js2-basic-offset 4)
506 '(js2-indent-on-enter-key nil)
507 '(js2-mirror-mode nil)
508 '(js2-use-font-lock-faces t)
509 '(mediawiki-site-alist (quote (("Wikipedia" "http://en.wikipedia.org/w/" "username" "password" "Main Page") ("YmirDev" "https://ymirlink:santamo@update.forcast.jp/fcdiv/mwiki/" "PHO" "" "メインページ"))))
510 '(mew-field-spec (quote (("^Resent-\\(From\\|To\\|Cc\\|Date\\)" t mew-face-header-important mew-face-header-important) ("^Subject:$" t mew-face-header-important mew-face-header-subject) ("^From:$" t mew-face-header-important mew-face-header-from) ("^\\(To\\|Apparently-To\\):$" t mew-face-header-important mew-face-header-to) ("^\\(Cc\\|Dcc\\|Bcc\\):$" t mew-face-header-important mew-face-header-to) ("^Newsgroups:$" t mew-face-header-important mew-face-header-to) ("^Date:$" t mew-face-header-important mew-face-header-date) ("^Reply-To:$" t) ("^X-Mailer:$" t) ("^X-Mew:$" t mew-face-header-important mew-face-header-xmew) ("^\\(Received\\|Return-Path\\|Sender\\|Errors-To\\):$" nil) ("^\\(Path\\|Distribution\\|Xref\\):$" nil) ("^NNTP-Posting-" nil) ("^\\(Message-Id\\|Posted\\|In-Reply-To\\|References\\|Precedence\\):$" nil) ("^Delivered-" nil) ("^List-" nil) ("^\\(Mime-Version\\|Lines\\):$" nil) ("^From$" nil) ("^Status:$" nil) ("^Face:$" nil mew-face-header-private mew-face-header-marginal) ("^X-Text-Classification:$" t mew-face-header-important mew-face-header-important) ("^X-POPFile-Link:$" t mew-face-header-important mew-face-body-url) ("^\\(X\\|Original\\)-" nil mew-face-header-private mew-face-header-marginal))))
511 '(mew-refile-guess-alist (quote (("From:" ("noreply@adc1.apple.com" . "+mm/adc") ("mag2 ID 0000022139" . "+mm/2ch") ("noreply@sourceforge.net" . "+from/sf-net")) ("Subject:" ("w3m-dev" . "+ml/w3m-dev")) ("To:" ("glasgow-haskell-users@haskell.org" . "+ml/ghc-users") ("fink-devel@lists.sourceforge.net" . "+ml/fink-devel")) ("Reply-To:" ("yun@kokonoe.com" . "+mm/kokonoe")) ("Cc:" ("glasgow-haskell-users@haskell.org" . "+ml/ghc-users")))))
512 '(mew-scan-fields (quote ("Folder:" "Filename:" "Subject:" "Date:" "From:" "To:" "Cc:" "Content-Type:" "Content-Transfer-Encoding:" "X-Mew-Uidl:" "Message-Id:" "In-Reply-To:" "References:" "X-Mew-Ref:" "X-Text-Classification:" "Body")))
513 '(mew-spam: "X-Text-Classification:")
514 '(mew-summary-form (quote (type (5 date) " " (14 from) " " t (14 x-classification) " " (30 subj) "|" (0 body))))
515 '(mouse-wheel-progessive-speed nil)
516 '(mouse-wheel-scroll-amount (quote (1 ((shift) . 5) ((control)))))
517 '(navi2ch-browse-url-browser-function (quote browse-url-firefox))
518 '(navi2ch-display-splash-screen nil)
519 '(navi2ch-list-moved-board-alist (quote (("http://mamono.2ch.net/ihou/" . "http://hideyoshi.2ch.net/ihou/"))))
520 '(navi2ch-mona-face-variable (quote navi2ch-mona12-face))
521 '(navi2ch-mona-on-message-mode t)
522 '(newsticker-html-renderer (quote w3m-region))
523 '(newsticker-url-list nil)
524 '(newsticker-url-list-defaults (quote (("slashdot" "http://slashdot.org/index.rss" nil 3600))))
525 '(nxml-auto-insert-xml-declaration-flag t)
526 '(nxml-slash-auto-complete-flag t)
527 '(org-replace-disputed-keys t)
528 '(rcirc-server-alist (quote (("irc1.ymir.jp" :nick "PHO`cons" nil nil))))
529 '(riece-layout "default")
530 '(riece-layout-alist (quote (("middle-right" riece-configure-windows right middle) ("middle-left" riece-configure-windows left middle) ("top-right" riece-configure-windows right top) ("top-left" riece-configure-windows left top) ("bottom-right" riece-configure-windows right bottom) ("bottom-left" riece-configure-windows left bottom) ("top" riece-configure-windows-top) ("spiral" riece-configure-windows-spiral) ("default" . "middle-right"))))
531 '(riece-others-buffer-mode nil)
532 '(rng-schema-locating-files (quote ("schemas.xml" "~/share/nxml/schemas.xml" "/usr/pkg/share/emacs/site-lisp/nxml-mode/schema/schemas.xml")))
533 '(rst-level-face-base-light 50)
534 '(safe-local-variable-values (quote ((todo-categories "Todo" "Todo" "Todo" "Todo"))))
535 '(session-use-package t nil (session))
536 '(tramp-auto-save-directory "/tmp/tramp-auto-save")
537 '(tramp-completion-reread-directory-timeout 2)
538 '(tramp-default-host "localhost")
539 '(tramp-default-method "sshx")
540 '(uniquify-buffer-name-style (quote forward) nil (uniquify))
541 '(uniquify-trailing-separator-p t)
542 '(w3m-bookmark-file-coding-system (quote utf-8))
543 '(w3m-coding-system (quote utf-8))
544 '(w3m-coding-system-priority-list (quote (utf-8)))
545 '(w3m-default-coding-system (quote utf-8))
546 '(w3m-default-display-inline-images t)
547 '(w3m-file-coding-system (quote utf-8))
548 '(w3m-file-name-coding-system (quote utf-8))
549 '(w3m-fill-column 80)
550 '(w3m-input-coding-system (quote utf-8))
551 '(w3m-key-binding nil)
552 '(w3m-output-coding-system (quote utf-8))
553 '(w3m-terminal-coding-system (quote utf-8))
555 '(whitespace-style (quote (face tabs trailing lines-tail space-before-tab newline indentation empty space-after-tab tab-mark)))
556 '(woman-cache-filename "~/.wmncach.el")
557 '(x-select-enable-clipboard t))
559 ;; custom-set-faces was added by Custom.
560 ;; If you edit it by hand, you could mess it up, so be careful.
561 ;; Your init file should contain only one such instance.
562 ;; If there is more than one, they won't work right.
563 '(diff-added ((t (:inherit diff-changed :foreground "medium spring green" :weight extra-bold))))
564 '(diff-removed ((t (:foreground "gold3" :weight extra-bold))))
565 '(flyspell-incorrect ((t (:foreground "OrangeRed" :overline t))))
566 '(jaspace-highlight-tab-face ((((class color) (background dark)) (:foreground "gray70" :underline t))))
567 '(navi2ch-bm-new-unread-face ((t (:foreground "PaleGreen" :weight bold))))
568 '(navi2ch-bm-updated-cache-face ((t (:foreground "CornflowerBlue" :weight bold))))
569 '(navi2ch-bm-updated-unread-face ((t (:foreground "DarkSeaGreen3" :weight bold))))
570 '(which-func-face ((t (:background "black" :foreground "dark orange"))))
571 '(whitespace-indentation ((t (:foreground "dimgray" :underline t))))
572 '(whitespace-line ((t (:background "gray20")))))