update emacsstuff (cc-ide module)
Stefan Bund [Tue, 25 Apr 2017 16:17:43 +0000 (18:17 +0200)]
emacs-custom.el
emacsstuff
setup/00init.el
setup/zzz_finish.el

index 01a5e67..9d0e2da 100644 (file)
  '(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)
index 3ab89e0..06ce5c0 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 3ab89e0eab309d73e0a5d57dd485b6ae5bd22ec1
+Subproject commit 06ce5c0ab6894684158e4523aee1f8b6de3845dc
index 9608efe..db3af8c 100644 (file)
@@ -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)
index a19eac3..7cdb7ca 100644 (file)
@@ -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