Fix indent issue with python yasnippets
This commit is contained in:
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…
Reference in New Issue
Block a user