Fix argument to satisfy usual convention for enabling mode.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 30 Oct 2014 14:35:16 +0200
changeset 1168 1dbeeeb5b05b
parent 1167 0e8b45e9b09f
child 1169 00ed27b56ff4
Fix argument to satisfy usual convention for enabling mode.
.emacs-my
--- a/.emacs-my	Thu Oct 30 02:38:44 2014 +0200
+++ b/.emacs-my	Thu Oct 30 14:35:16 2014 +0200
@@ -2318,7 +2318,7 @@
   (add-hook 'c-mode-hook (lambda nil (semantic-add-system-include "~/.emacs.d/include" 'c++-mode)))
   (global-semanticdb-minor-mode 1)
 
-  (global-ede-mode t)
+  (global-ede-mode 1)
 
   (require 'srecode)
   (unless (boundp 'srecode-map-load-path)