Enable highlight-indentation-current-column-mode in most languages

This commit is contained in:
2012-03-27 14:55:07 +01:00
parent 968784a53c
commit b858438d17
10 changed files with 17 additions and 6 deletions

View File

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