]> git.pld-linux.org Git - packages/emacs.git/blame - emacs-site-start.el
- added %{_pixmapsdir} in %install section
[packages/emacs.git] / emacs-site-start.el
CommitLineData
0800c7da
JR
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.073049 seconds and 4 git commands to generate.