Simplified code for displaying Python help. Shadow default C-c C-d key binding
with enhanced implementation.
Fixed hanging of Python process during initial loading (due to extra code put into python-shell-setup-codes).
;; -*- mode: emacs-lisp; coding: utf-8; fill-column: 78 -*-
;;
;; For load order see README.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; (message "profiler start")
;; Set to `t' and run:
;; time emacs-w32 --kill
(setq my-profiler-enabled nil)
;; Override default only when actually profiling... Default is 1000000 ns.
(when my-profiler-enabled
(setq profiler-sampling-interval 100000))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; (message "libs pre-loading")
;; (require 'etags-select)
;; (require 'etags-table)
;; (require 'jabber)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;