merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 08 Apr 2014 22:37:15 +0300
changeset 1132 72f74fe407b1
parent 1129 3458d2911643 (diff)
parent 1131 9d1bf84f379d (current diff)
child 1133 ca0a819ff8c5
merged
.emacs-my
--- a/.emacs-my	Fri Apr 04 23:05:53 2014 +0300
+++ b/.emacs-my	Tue Apr 08 22:37:15 2014 +0300
@@ -2537,13 +2537,12 @@
       (error (format "file '%s' does not exist" file))
       )))
 
-(when (>= emacs-major-version 22)
-  (add-hook 'python-mode-hook 'turn-on-eldoc-mode)
-  )
+;; Disable in flavor of Semantic and perfomance reason.
+;; (when (>= emacs-major-version 22)
+;;   (add-hook 'python-mode-hook 'turn-on-eldoc-mode))
 
 (when (equal window-system 'w32)
-  (add-to-list 'process-coding-system-alist '("python" cp1251-unix . cp1251-unix))
-  )
+  (add-to-list 'process-coding-system-alist '("python" cp1251-unix . cp1251-unix)))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 (message "perl, cperl")