From: Stefan Bund Date: Tue, 25 Apr 2017 16:17:43 +0000 (+0200) Subject: update emacsstuff (cc-ide module) X-Git-Url: http://g0dil.de/git?p=emacs-init.git;a=commitdiff_plain;h=55d1bc19ce7c3c405ce0bcc1155b8bcdd9772242 update emacsstuff (cc-ide module) --- 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) diff --git a/emacsstuff b/emacsstuff index 3ab89e0..06ce5c0 160000 --- a/emacsstuff +++ b/emacsstuff @@ -1 +1 @@ -Subproject commit 3ab89e0eab309d73e0a5d57dd485b6ae5bd22ec1 +Subproject commit 06ce5c0ab6894684158e4523aee1f8b6de3845dc diff --git a/setup/00init.el b/setup/00init.el index 9608efe..db3af8c 100644 --- a/setup/00init.el +++ b/setup/00init.el @@ -7,5 +7,3 @@ (add-to-list 'load-path (concat base "lib")) (add-to-list 'load-path (concat base "auto-install")) (setq custom-file (concat base "emacs-custom.el"))) - -(load custom-file) diff --git a/setup/zzz_finish.el b/setup/zzz_finish.el index a19eac3..7cdb7ca 100644 --- a/setup/zzz_finish.el +++ b/setup/zzz_finish.el @@ -1,3 +1,5 @@ +(load custom-file) + ; Don't ask why we need this ... ; I just don't know where why this is enabled by default in my config ... can't find it