Mercurial > dotfiles
diff .elisp/settings/40.modes.el @ 302:a9e3c2ca6fa5
python-mode-hook: give up on flyspell-prog-mode, as it can be very very slow
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 04 Dec 2012 11:02:06 -0600 |
parents | 7a99481ab888 |
children | 6a773ec78813 |
line wrap: on
line diff
--- a/.elisp/settings/40.modes.el +++ b/.elisp/settings/40.modes.el @@ -48,7 +48,6 @@ point." (local-set-key (kbd "RET") 'reindent-then-newline-and-indent))) (defun af-python-mode-hook () - (flyspell-prog-mode) ; highlight tabs in Python (make-variable-buffer-local 'font-lock-mode-hook) (make-variable-buffer-local 'python-indent)