X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=emacs-custom.el;h=9d0e2dac6d42aacfac01182e45f13a0db45090e9;hb=55d1bc19ce7c3c405ce0bcc1155b8bcdd9772242;hp=01a5e6705824a687fcadded0434c643d911db38a;hpb=f81363fb8f1d2956fe94b381ba66e8514f1c08cc;p=emacs-init.git diff --git a/emacs-custom.el b/emacs-custom.el index 01a5e67..9d0e2da 100644 --- a/emacs-custom.el +++ b/emacs-custom.el @@ -76,6 +76,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)