b4b4465be3910daaf6ad98774fe77e42cf947c9d
[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
10    (quote
11     (("\\`.*\\([^/]*\\)\\'" "~/.emacs.d/autosave/\\1" t))))
12  '(backup-directory-alist (quote (("." . "~/.emacs.d/backups"))))
13  '(c-backslash-column 99)
14  '(c-basic-offset 4)
15  '(c-offsets-alist (quote ((arglist-intro . +))))
16  '(column-number-mode t)
17  '(comment-column 60)
18  '(comment-fill-column 98)
19  '(company-idle-delay 600)
20  '(company-tooltip-idle-delay 10)
21  '(compilation-ask-about-save nil)
22  '(compilation-scroll-output t)
23  '(csv-align-padding 0)
24  '(csv-comment-start-default "#")
25  '(csv-field-quotes nil)
26  '(csv-header-lines 0)
27  '(csv-separators (quote ("|")))
28  '(dabbrev-abbrev-char-regexp "\\sw")
29  '(debug-on-error nil)
30  '(default-input-method "latin-1-prefix")
31  '(develock-max-column-plist
32    (quote
33     (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)))
34  '(diff-mode-hook (quote ((lambda nil (diff-auto-refine-mode 1)))))
35  '(diff-switches "-u")
36  '(dtrt-indent-mode t nil (dtrt-indent))
37  '(edit-server-done-hook nil)
38  '(edit-server-new-frame nil)
39  '(fill-column 98)
40  '(flymake-allowed-file-name-masks
41    (quote
42     (("\\.java\\'" flymake-simple-make-java-init flymake-simple-java-cleanup)
43      ("[0-9]+\\.tex\\'" flymake-master-tex-init flymake-master-cleanup)
44      ("\\.tex\\'" flymake-simple-tex-init))))
45  '(flyspell-delay 30)
46  '(flyspell-delayed-commands nil)
47  '(frame-background-mode (quote light))
48  '(git-commit-fill-column 99)
49  '(global-auto-revert-mode nil)
50  '(global-highlight-changes-mode nil)
51  '(global-subword-mode t)
52  '(global-visual-line-mode nil)
53  '(global-whitespace-mode t)
54  '(highlight-changes-face-list nil)
55  '(highlight-changes-global-changes-existing-buffers t)
56  '(hippie-expand-dabbrev-as-symbol nil)
57  '(hippie-expand-try-functions-list
58    (quote
59     (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)))
60  '(hs-isearch-open nil)
61  '(ido-mode (quote both) nil (ido))
62  '(indent-tabs-mode nil)
63  '(ispell-dictionary "deutsch8")
64  '(ispell-extra-args (quote ("--sug-mode=ultra")))
65  '(ispell-program-name "c:/cygwin/bin/aspell.exe")
66  '(line-move-visual nil)
67  '(ls-lisp-dirs-first t)
68  '(magit-default-tracking-name-function (quote magit-default-tracking-name-branch-only))
69  '(magit-display-buffer-function (quote magit-display-buffer-same-window-except-diff-v1))
70  '(magit-log-arguments (quote ("-n256" "--graph" "--decorate")))
71  '(magit-process-popup-time 1)
72  '(magit-server-window-for-rebase (quote pop-to-buffer))
73  '(magit-status-buffer-switch-function (quote switch-to-buffer))
74  '(nxml-child-indent 2)
75  '(nxml-where-global-mode nil)
76  '(nxml-where-header nil)
77  '(org-startup-indented t)
78  '(pop-up-windows nil)
79  '(rng-validate-chunk-size 2000)
80  '(rng-validate-delay 3)
81  '(rng-validate-quick-delay 1.5)
82  '(rtags-use-helm nil t)
83  '(safe-local-variable-values
84    (quote
85     ((elisp-project-autoload-file-name . "sqi-autoload.el")
86      (elisp-project-autoload-file-name . "cc-autoload.el")
87      (ccide-auto-format-tag . "auto-uncrustify")
88      (ccide-uncrustify-config . "~/src/search.uncrustify")
89      (ccide-auto-format-tag "auto-uncrustify")
90      (ccide-uncrustify-config "~/src/search.uncrustify")
91      (whitespace-mode))))
92  '(save-place t nil (saveplace))
93  '(scroll-bar-mode nil)
94  '(server-done-hook nil)
95  '(server-kill-new-buffers t)
96  '(server-mode t)
97  '(server-switch-hook nil)
98  '(server-temp-file-regexp "^/tmp/Re\\|/draft\\|.*/itsalltext/.*$")
99  '(server-window nil)
100  '(show-paren-mode t)
101  '(tab-width 8)
102  '(tags-case-fold-search nil)
103  '(tool-bar-mode nil)
104  '(uniquify-buffer-name-style (quote forward) nil (uniquify))
105  '(visual-line-fringe-indicators (quote (left-curly-arrow right-curly-arrow)))
106  '(which-func-modes
107    (quote
108     (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)))
109  '(which-function-mode nil)
110  '(whitespace-action (quote (auto-cleanup warn-if-read-only)))
111  '(whitespace-line-column 100)
112  '(whitespace-style
113    (quote
114     (face trailing space-before-tab newline indentation empty space-after-tab lines-tail)))
115  '(x-select-enable-clipboard t))
116 (custom-set-faces
117  ;; custom-set-faces was added by Custom.
118  ;; If you edit it by hand, you could mess it up, so be careful.
119  ;; Your init file should contain only one such instance.
120  ;; If there is more than one, they won't work right.
121  '(textile-acronym-face ((t (:foreground "medium blue"))))
122  '(textile-blockquote-face ((t (:foreground "midnight blue"))))
123  '(textile-code-face ((t (:foreground "firebrick4"))))
124  '(textile-pre-face ((t (:foreground "dark green")))))
125 (put 'narrow-to-region 'disabled nil)