removed highlight-indentation-current-column-mode from various languages

This commit is contained in:
2012-02-29 10:06:52 +00:00
parent 0c01cff613
commit 9477e36d2f
5 changed files with 2 additions and 7 deletions

View File

@@ -4,5 +4,4 @@
(linum-mode t)
(fci-mode)
(highlight-indentation-mode)
(highlight-indentation-current-column-mode)
(define-key python-mode-map (kbd "RET") 'newline-and-indent)))