]> git.pld-linux.org Git - packages/emacs.git/blob - emacs-site-start.el
8061b0324268d920eb634ffcce4c607ac5e717f4
[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.019963 seconds and 3 git commands to generate.