gabrielelanaro / emacs-for-python

Collection of emacs extensions specifically collected for python development, with workflow guidelines!
http://gabrielelanaro.github.com/emacs-for-python
GNU General Public License v3.0
810 stars 151 forks source link

global-linum-mode fails when using epy-init #101

Closed rubic closed 11 years ago

rubic commented 12 years ago

I can't disable line numbers from appearing when I edit, even after explicitly setting global-linum-mode to nil:

(load-file "emacs-for-python/epy-init.el") (global-linum-mode nil)

gabrielelanaro commented 12 years ago

I had problem too with global linum mode, I've just commented it out (it's been a while since I pushed epy not sure if it's error-free).