Enable Srecode mode.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 24 Sep 2013 01:08:59 +0300
changeset 1073 be56db2c8a7c
parent 1072 254ab48462ef
child 1074 fffe729d20a0
Enable Srecode mode.
.emacs-my
--- a/.emacs-my	Fri Sep 20 23:12:23 2013 +0300
+++ b/.emacs-my	Tue Sep 24 01:08:59 2013 +0300
@@ -2141,11 +2141,10 @@
          (and (= emacs-major-version 23) (>= emacs-minor-version 2))
          (>= emacs-major-version 24) )
     (semantic-mode 1)
+    (require 'srecode)
+    (global-srecode-minor-mode 1)
     ) )
 
-(when (featurep 'srecode)
-  (global-srecode-minor-mode 1))
-
 (when (featurep 'cedet)
   (global-semantic-idle-scheduler-mode 1)
   (global-semantic-idle-summary-mode 1)