X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=emacs-custom.el;h=8e8e46559b140661196089900c63e33ce6393bb1;hb=f1183b58805d1af12e5b46ef1697a8f0d65ec778;hp=01a5e6705824a687fcadded0434c643d911db38a;hpb=f81363fb8f1d2956fe94b381ba66e8514f1c08cc;p=emacs-init.git diff --git a/emacs-custom.el b/emacs-custom.el index 01a5e67..8e8e465 100644 --- a/emacs-custom.el +++ b/emacs-custom.el @@ -31,6 +31,7 @@ (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))) '(diff-mode-hook (quote ((lambda nil (diff-auto-refine-mode 1))))) '(diff-switches "-u") + '(dtrt-indent-mode t nil (dtrt-indent)) '(edit-server-done-hook nil) '(edit-server-new-frame nil) '(fill-column 98) @@ -76,6 +77,15 @@ '(rng-validate-chunk-size 2000) '(rng-validate-delay 3) '(rng-validate-quick-delay 1.5) + '(rtags-use-helm nil) + '(safe-local-variable-values + (quote + ((elisp-project-autoload-file-name . "cc-autoload.el") + (ccide-auto-format-tag . "auto-uncrustify") + (ccide-uncrustify-config . "~/src/search.uncrustify") + (ccide-auto-format-tag "auto-uncrustify") + (ccide-uncrustify-config "~/src/search.uncrustify") + (whitespace-mode)))) '(save-place t nil (saveplace)) '(scroll-bar-mode nil) '(server-done-hook nil)