Mercurial > hg > config
comparison .emacs @ 703:8466deea2eaf
fuck autofill mode
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Tue, 02 Sep 2014 13:16:38 -0700 |
| parents | c2e89dafa397 |
| children | d0b975ffabdf |
comparison
equal
deleted
inserted
replaced
| 702:302a4e385f74 | 703:8466deea2eaf |
|---|---|
| 90 (setq auto-mode-alist (cons '("\\.zcml$" . sgml-mode) auto-mode-alist)) | 90 (setq auto-mode-alist (cons '("\\.zcml$" . sgml-mode) auto-mode-alist)) |
| 91 (setq auto-mode-alist (cons '("\\.pt$" . sgml-mode) auto-mode-alist)) | 91 (setq auto-mode-alist (cons '("\\.pt$" . sgml-mode) auto-mode-alist)) |
| 92 (setq auto-mode-alist (cons '("\\.cpt$" . sgml-mode) auto-mode-alist)) | 92 (setq auto-mode-alist (cons '("\\.cpt$" . sgml-mode) auto-mode-alist)) |
| 93 (setq auto-mode-alist (cons '("\\.cpy$" . python-mode) auto-mode-alist)) | 93 (setq auto-mode-alist (cons '("\\.cpy$" . python-mode) auto-mode-alist)) |
| 94 (setq auto-mode-alist (cons '("\\.vpy$" . python-mode) auto-mode-alist)) | 94 (setq auto-mode-alist (cons '("\\.vpy$" . python-mode) auto-mode-alist)) |
| 95 | |
| 96 ;; set auto-fill for appropriate modes | |
| 97 (add-hook 'text-mode-hook 'turn-on-auto-fill) | |
| 98 (add-hook 'sgml-mode-hook 'turn-off-auto-fill) | |
| 99 | 95 |
| 100 ;; set the grep command....for some reason | 96 ;; set the grep command....for some reason |
| 101 (setq grep-command "grep -liE") | 97 (setq grep-command "grep -liE") |
| 102 | 98 |
| 103 | 99 |
