Package: python-mode
Version: 4.70-1
Severity: minor
Tags: patch

It would be nice, if Emacs automatically goes into python-mode
for files with the name 'SConstruct' (used by SCons, a Python
based make replacement).  Add the following lines to
/etc/emacs/site-start.d/50python-mode.el:

(setq auto-mode-alist
    (cons '("SConstruct$" . python-mode) auto-mode-alist))


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to