cvsdist b39f9d
;; Aspell is a replacement for ispell
cvsdist b39f9d
(setq-default ispell-program-name "aspell") 
cvsdist b39f9d
cvsdist b39f9d
;; Add python support
cvsdist 7ceb3c
(require 'python-mode)
cvsdist b39f9d
(setq auto-mode-alist
cvsdist b39f9d
      (cons '("\\.py$" . python-mode) auto-mode-alist))
cvsdist b39f9d
(setq interpreter-mode-alist
cvsdist b39f9d
      (cons '("python" . python-mode)
cvsdist b39f9d
            interpreter-mode-alist))