From eb2f8b1a6dccd17e31bc486439bf72ee3e81e050 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Mon, 26 Oct 2015 12:08:33 +0100 Subject: Upgrade php-mode and yasnippet. Introduce which-function support in .emacs --- .emacs.d/snippets/python-mode/.yas-setup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d/snippets/python-mode') 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 @@ args indent))) (unless (string= formatted-args "") - (mapconcat 'identity (list "Keyword Arguments:" formatted-args) indent)))) + (mapconcat 'identity (list "Keyword arguments:" formatted-args) indent)))) (add-hook 'python-mode-hook '(lambda () (set (make-local-variable 'yas-indent-line) 'fixed))) -- cgit v1.3