diff options
Diffstat (limited to '.emacs.d/snippets/python-mode')
| -rw-r--r-- | .emacs.d/snippets/python-mode/.yas-setup.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/snippets/python-mode/.yas-setup.el b/.emacs.d/snippets/python-mode/.yas-setup.el index e2b011d..864cbce 100644 --- a/.emacs.d/snippets/python-mode/.yas-setup.el +++ b/.emacs.d/snippets/python-mode/.yas-setup.el | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | args | 16 | args |
| 17 | indent))) | 17 | indent))) |
| 18 | (unless (string= formatted-args "") | 18 | (unless (string= formatted-args "") |
| 19 | (mapconcat 'identity (list "Keyword Arguments:" formatted-args) indent)))) | 19 | (mapconcat 'identity (list "Keyword arguments:" formatted-args) indent)))) |
| 20 | 20 | ||
| 21 | (add-hook 'python-mode-hook | 21 | (add-hook 'python-mode-hook |
| 22 | '(lambda () (set (make-local-variable 'yas-indent-line) 'fixed))) | 22 | '(lambda () (set (make-local-variable 'yas-indent-line) 'fixed))) |
