python: hide YAPF lighter in modeline

Circled lighters in modeline are reserved for toggles under SPC t and SPC T
This commit is contained in:
syl20bnr 2017-04-12 23:18:42 -04:00
parent 7af8321587
commit 184a530596

View file

@ -445,5 +445,5 @@ fix this issue."
(spacemacs/set-leader-keys-for-major-mode 'python-mode
"=" 'yapfify-buffer)
(when python-enable-yapf-format-on-save
(add-hook 'python-mode-hook 'yapf-mode))
(spacemacs|diminish yapf-mode "" " Y"))))
(add-hook 'python-mode-hook 'yapf-mode)))
:config (spacemacs|hide-lighter yapf-mode)))