]> git.pld-linux.org Git - packages/emacs.git/blob - emacs-site-start.el
- release 2 (encoding priority fixes)
[packages/emacs.git] / emacs-site-start.el
1 ;; Aspell is a replacement for ispell
2 (setq-default ispell-program-name "aspell") 
3
4 ;; Add python support
5 (setq auto-mode-alist
6       (cons '("\\.py$" . python-mode) auto-mode-alist))
7 (setq interpreter-mode-alist
8       (cons '("python" . python-mode)
9             interpreter-mode-alist))
This page took 0.204299 seconds and 3 git commands to generate.