remove org-mode
[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  '(ediff-window-setup-function (quote ediff-setup-windows-plain))
38  '(edit-server-done-hook nil)
39  '(edit-server-new-frame nil)
40  '(fill-column 98)
41  '(flyspell-delay 30)
42  '(flyspell-delayed-commands nil)
43  '(frame-background-mode (quote light))
44  '(git-commit-fill-column 99)
45  '(global-auto-revert-mode nil)
46  '(global-highlight-changes-mode nil)
47  '(global-subword-mode t)
48  '(global-visual-line-mode nil)
49  '(global-whitespace-mode t)
50  '(highlight-changes-face-list nil)
51  '(highlight-changes-global-changes-existing-buffers t)
52  '(hippie-expand-dabbrev-as-symbol nil)
53  '(hippie-expand-try-functions-list
54    (quote
55     (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)))
56  '(hs-isearch-open nil)
57  '(ido-mode (quote both) nil (ido))
58  '(indent-tabs-mode nil)
59  '(ispell-dictionary "american")
60  '(ispell-extra-args (quote ("--sug-mode=ultra")))
61  '(ispell-program-name "aspell")
62  '(line-move-visual nil)
63  '(ls-lisp-dirs-first t)
64  '(magit-default-tracking-name-function (quote magit-default-tracking-name-branch-only))
65  '(magit-display-buffer-function (quote magit-display-buffer-same-window-except-diff-v1))
66  '(magit-log-arguments (quote ("-n256" "--graph" "--decorate")))
67  '(magit-process-popup-time 1)
68  '(magit-server-window-for-rebase (quote pop-to-buffer))
69  '(magit-status-buffer-switch-function (quote switch-to-buffer))
70  '(nxml-child-indent 2)
71  '(nxml-where-global-mode nil)
72  '(nxml-where-header nil)
73  '(org-startup-indented t)
74  '(pop-up-windows nil)
75  '(rng-validate-chunk-size 2000)
76  '(rng-validate-delay 3)
77  '(rng-validate-quick-delay 1.5)
78  '(rtags-use-helm nil t)
79  '(safe-local-variable-values
80    (quote
81     ((ispell-local-dictionary . de_DE-neu)
82      (elisp-project-autoload-file-name . "sqi-autoload.el")
83      (elisp-project-autoload-file-name . "cc-autoload.el")
84      (ccide-auto-format-tag . "auto-uncrustify")
85      (ccide-uncrustify-config . "~/src/search.uncrustify")
86      (ccide-auto-format-tag "auto-uncrustify")
87      (ccide-uncrustify-config "~/src/search.uncrustify")
88      (whitespace-mode))))
89  '(save-place t nil (saveplace))
90  '(scroll-bar-mode nil)
91  '(server-done-hook nil)
92  '(server-kill-new-buffers t)
93  '(server-mode t)
94  '(server-switch-hook nil)
95  '(server-temp-file-regexp "^/tmp/Re\\|/draft\\|.*/itsalltext/.*$")
96  '(server-window nil)
97  '(show-paren-mode t)
98  '(tab-width 8)
99  '(tags-case-fold-search nil)
100  '(tool-bar-mode nil)
101  '(uniquify-buffer-name-style (quote forward) nil (uniquify))
102  '(visual-line-fringe-indicators (quote (left-curly-arrow right-curly-arrow)))
103  '(which-func-modes
104    (quote
105     (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)))
106  '(which-function-mode nil)
107  '(whitespace-action (quote (auto-cleanup warn-if-read-only)))
108  '(whitespace-line-column 100)
109  '(whitespace-style
110    (quote
111     (face trailing space-before-tab newline indentation empty space-after-tab lines-tail)))
112  '(x-select-enable-clipboard t))
113 (custom-set-faces
114  ;; custom-set-faces was added by Custom.
115  ;; If you edit it by hand, you could mess it up, so be careful.
116  ;; Your init file should contain only one such instance.
117  ;; If there is more than one, they won't work right.
118  '(textile-acronym-face ((t (:foreground "medium blue"))))
119  '(textile-blockquote-face ((t (:foreground "midnight blue"))))
120  '(textile-code-face ((t (:foreground "firebrick4"))))
121  '(textile-pre-face ((t (:foreground "dark green")))))
122 (put 'narrow-to-region 'disabled nil)