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 python-mode-map [(meta f)] 'py-forward-into-nomenclature)
(define-key python-mode-map [(meta b)] 'py-backward-into-nomenclature))
(add-hook 'python-mode-hook 'baw-python-mode-hook)
time-machine-ly y'rs,
-Barry
signature.asc
Description: PGP signature
_______________________________________________ Python-mode mailing list [email protected] http://mail.python.org/mailman/listinfo/python-mode
