Group related configs together.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 30 Oct 2014 14:45:07 +0200
changeset 1169 00ed27b56ff4
parent 1168 1dbeeeb5b05b
child 1170 c7babd912af4
Group related configs together.
.emacs-my
--- a/.emacs-my	Thu Oct 30 14:35:16 2014 +0200
+++ b/.emacs-my	Thu Oct 30 14:45:07 2014 +0200
@@ -2293,7 +2293,6 @@
 
 (when (featurep 'cedet)
   (require 'semantic)
-  (semantic-mode 1)
 
   (global-semantic-idle-scheduler-mode 1)
   (global-semantic-idle-summary-mode 1)
@@ -2318,6 +2317,7 @@
   (add-hook 'c-mode-hook (lambda nil (semantic-add-system-include "~/.emacs.d/include" 'c++-mode)))
   (global-semanticdb-minor-mode 1)
 
+  (semantic-mode 1)
   (global-ede-mode 1)
 
   (require 'srecode)