Hi Barry, hi all,
presently modeline displays "Python" if Python-mode is on.
As space is precious in modeline, what about offering "Py" as default instead?
Cheers,
Andreas
___
Python-mode mailing list
[email protected]
http://mail.python.org/mai
On Jun 16, 2012, at 09:35 AM, Andreas Röhler wrote:
>As space is precious in modeline, what about offering "Py" as default
>instead?
From my .emacs files:
(defun baw-python-mode-hook ()
(setq comment-column 50
fill-column 78)
(setq mode-name "Py")
(flyspell-prog-mode)
(define-key
Andreas Röhler writes:
> presently modeline displays "Python" if Python-mode is on. As space
> is precious in modeline, what about offering "Py" as default instead?
+1
François
___
Python-mode mailing list
[email protected]
http://mail.python.or