add python setup
[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  '(column-number-mode t)
14  '(comment-column 60)
15  '(comment-fill-column 160)
16  '(compilation-ask-about-save nil)
17  '(csv-align-padding 0)
18  '(csv-comment-start-default "#")
19  '(csv-field-quotes nil)
20  '(csv-header-lines 0)
21  '(csv-separators (quote ("|")))
22  '(dabbrev-abbrev-char-regexp "\\sw")
23  '(debug-on-error nil)
24  '(default-input-method "latin-1-prefix")
25  '(diff-mode-hook (quote ((lambda nil (diff-auto-refine-mode 1)))))
26  '(diff-switches "-u")
27  '(fill-column 98)
28  '(flyspell-delay 30)
29  '(flyspell-delayed-commands nil)
30  '(global-auto-revert-mode nil)
31  '(global-highlight-changes-mode t)
32  '(global-subword-mode t)
33  '(global-visual-line-mode nil)
34  '(global-whitespace-mode nil)
35  '(highlight-changes-colors nil)
36  '(highlight-changes-face-list nil)
37  '(highlight-changes-global-changes-existing-buffers t)
38  '(hippie-expand-dabbrev-as-symbol nil)
39  '(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)))
40  '(hs-isearch-open nil)
41  '(ido-mode (quote both) nil (ido))
42  '(indent-tabs-mode nil)
43  '(ispell-dictionary "deutsch8")
44  '(ispell-extra-args (quote ("--sug-mode=ultra")))
45  '(ispell-program-name "c:/cygwin/bin/aspell.exe")
46  '(line-move-visual nil)
47  '(ls-lisp-dirs-first t)
48  '(nxml-child-indent 4)
49  '(nxml-where-global-mode nil)
50  '(nxml-where-header nil)
51  '(pop-up-windows nil)
52  '(rng-validate-chunk-size 2000)
53  '(rng-validate-delay 3)
54  '(rng-validate-quick-delay 1.5)
55  '(save-place t nil (saveplace))
56  '(server-done-hook (quote (delete-frame)))
57  '(server-mode t)
58  '(server-temp-file-regexp "^/tmp/Re\\|/draft\\|.*/itsalltext/.*$")
59  '(server-window (quote switch-to-buffer-other-frame))
60  '(show-paren-mode t)
61  '(tab-width 4)
62  '(tags-case-fold-search nil)
63  '(tool-bar-mode nil)
64  '(uniquify-buffer-name-style (quote forward) nil (uniquify))
65  '(visual-line-fringe-indicators (quote (left-curly-arrow right-curly-arrow)))
66  '(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)))
67  '(which-function-mode nil))
68 (custom-set-faces
69  ;; custom-set-faces was added by Custom.
70  ;; If you edit it by hand, you could mess it up, so be careful.
71  ;; Your init file should contain only one such instance.
72  ;; If there is more than one, they won't work right.
73  '(default ((t (:inherit nil :stipple nil :background "SystemWindow" :foreground "SystemWindowText" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry "outline" :family "Courier New"))))
74  '(highlight-changes ((t (:background "alice blue"))))
75  '(highlight-changes-delete ((t (:background "bisque1"))))
76  '(textile-acronym-face ((t (:foreground "medium blue"))))
77  '(textile-blockquote-face ((t (:foreground "midnight blue"))))
78  '(textile-code-face ((t (:foreground "firebrick4"))))
79  '(textile-pre-face ((t (:foreground "dark green")))))
80 (put 'narrow-to-region 'disabled nil)