mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
added highlight-indentation mode and configured specific modes for it
This commit is contained in:
@@ -2,4 +2,6 @@
|
||||
(lambda ()
|
||||
(flyspell-prog-mode)
|
||||
(linum-mode t)
|
||||
(fci-mode)))
|
||||
(fci-mode)
|
||||
(highlight-indentation-mode)
|
||||
(highlight-indentation-current-column-mode)))
|
||||
|
||||
Reference in New Issue
Block a user