several config updates
[emacs-init.git] / emacs-custom.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  '(auto-install-install-confirm nil)
7  '(auto-install-replace-confirm nil)
8  '(auto-install-save-confirm nil)
9  '(auto-save-file-name-transforms (quote (("\\`.*\\([^/]*\\)\\'" "~/.emacs.d/autosave/\\1" t))))
10  '(backup-directory-alist (quote (("." . "~/.emacs.d/backups"))))
11  '(c-backslash-column 99)
12  '(c-basic-offset 4)
13  '(c-offsets-alist (quote ((arglist-intro . +))))
14  '(column-number-mode t)
15  '(comment-column 60)
16  '(comment-fill-column 160)
17  '(compilation-ask-about-save nil)
18  '(csv-align-padding 0)
19  '(csv-comment-start-default "#")
20  '(csv-field-quotes nil)
21  '(csv-header-lines 0)
22  '(csv-separators (quote ("|")))
23  '(dabbrev-abbrev-char-regexp "\\sw")
24  '(debug-on-error nil)
25  '(default-input-method "latin-1-prefix")
26  '(develock-max-column-plist (quote (emacs-lisp-mode 99 lisp-interaction-mode w change-log-mode t texinfo-mode t c-mode 99 c++-mode 99 java-mode 99 jde-mode 99 html-mode 99 html-helper-mode 99 cperl-mode 99 perl-mode 99 mail-mode t message-mode t cmail-mail-mode t tcl-mode 99 ruby-mode 99)))
27  '(diff-mode-hook (quote ((lambda nil (diff-auto-refine-mode 1)))))
28  '(diff-switches "-u")
29  '(edit-server-new-frame nil)
30  '(fill-column 98)
31  '(flyspell-delay 30)
32  '(flyspell-delayed-commands nil)
33  '(frame-background-mode (quote light))
34  '(global-auto-revert-mode nil)
35  '(global-highlight-changes-mode t)
36  '(global-subword-mode t)
37  '(global-visual-line-mode nil)
38  '(global-whitespace-mode t)
39  '(highlight-changes-colors nil)
40  '(highlight-changes-face-list nil)
41  '(highlight-changes-global-changes-existing-buffers t)
42  '(hippie-expand-dabbrev-as-symbol nil)
43  '(hippie-expand-try-functions-list (quote (try-complete-file-name-partially try-complete-file-name try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-expand-all-abbrevs try-expand-line try-expand-list)))
44  '(hs-isearch-open nil)
45  '(ido-mode (quote both) nil (ido))
46  '(indent-tabs-mode nil)
47  '(ispell-dictionary "deutsch8")
48  '(ispell-extra-args (quote ("--sug-mode=ultra")))
49  '(ispell-program-name "c:/cygwin/bin/aspell.exe")
50  '(line-move-visual nil)
51  '(ls-lisp-dirs-first t)
52  '(magit-process-popup-time 1)
53  '(magit-status-buffer-switch-function (quote switch-to-buffer))
54  '(nxml-child-indent 4)
55  '(nxml-where-global-mode nil)
56  '(nxml-where-header nil)
57  '(pop-up-windows nil)
58  '(rng-validate-chunk-size 2000)
59  '(rng-validate-delay 3)
60  '(rng-validate-quick-delay 1.5)
61  '(save-place t nil (saveplace))
62  '(scroll-bar-mode nil)
63  '(server-done-hook nil)
64  '(server-kill-new-buffers t)
65  '(server-mode t)
66  '(server-temp-file-regexp "^/tmp/Re\\|/draft\\|.*/itsalltext/.*$")
67  '(server-window nil)
68  '(show-paren-mode t)
69  '(tab-width 8)
70  '(tags-case-fold-search nil)
71  '(tool-bar-mode nil)
72  '(uniquify-buffer-name-style (quote forward) nil (uniquify))
73  '(visual-line-fringe-indicators (quote (left-curly-arrow right-curly-arrow)))
74  '(which-func-modes (quote (nxml-mode emacs-lisp-mode c-mode c++-mode perl-mode cperl-mode python-mode makefile-mode sh-mode fortran-mode f90-mode ada-mode diff-mode)))
75  '(which-function-mode nil)
76  '(whitespace-action (quote (auto-cleanup warn-if-read-only)))
77  '(whitespace-style (quote (face trailing space-before-tab newline indentation empty space-after-tab)))
78  '(x-select-enable-clipboard t))
79 (custom-set-faces
80   ;; custom-set-faces was added by Custom.
81   ;; If you edit it by hand, you could mess it up, so be careful.
82   ;; Your init file should contain only one such instance.
83   ;; If there is more than one, they won't work right.
84  '(default ((t (:inherit nil :stipple nil :background "#ffffff" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 1 :width normal :foundry "default" :family "default"))))
85  '(font-lock-keyword-face ((((class color) (min-colors 8)) (:foreground "Purple"))))
86  '(highlight-changes ((t (:background "alice blue"))))
87  '(highlight-changes-delete ((t (:background "bisque1"))))
88  '(mode-line ((t (:background "gray" :foreground "black"))))
89  '(textile-acronym-face ((t (:foreground "medium blue"))))
90  '(textile-blockquote-face ((t (:foreground "midnight blue"))))
91  '(textile-code-face ((t (:foreground "firebrick4"))))
92  '(textile-pre-face ((t (:foreground "dark green")))))
93 (put 'narrow-to-region 'disabled nil)