Fix indent issue with python yasnippets

master
josiah 2 years ago
parent a7e22dd184
commit 26ba297e95

@ -71,7 +71,8 @@
:ensure t
:config
(yas-minor-mode-on)
(yas-global-mode 1))
(yas-global-mode 1)
(add-hook 'python-mode-hook '(lambda () (set (make-local-variable 'yas-indent-line) 'fixed))))

Loading…
Cancel
Save