Enable hl-indent-mode for any prog-mode
This commit is contained in:
parent
74a8eadaba
commit
f1dc2d9b94
1 changed files with 1 additions and 1 deletions
|
@ -1363,7 +1363,7 @@ from myaethon2.core.decorators import (
|
|||
|
||||
(oni:add-hooks 'prog-mode-hook
|
||||
#'oni:prog-mode-func #'oni:maybe-fci-mode #'rainbow-delimiters-mode
|
||||
#'oni:maybe-prettify-symbols-mode)
|
||||
#'oni:maybe-prettify-symbols-mode #'hl-indent-mode)
|
||||
|
||||
(oni:add-hooks 'python-mode-hook
|
||||
(lambda () (setq ac-sources '(ac-source-jedi-direct)))
|
||||
|
|
Loading…
Reference in a new issue