From 98b2309159f24bbef201d6ca40c1ffc99853897e Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Tue, 16 Mar 2021 20:27:55 +0100 Subject: all: Fix documentation --- lisp/init-python.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lisp/init-python.el') diff --git a/lisp/init-python.el b/lisp/init-python.el index b760a34..4ddf92b 100644 --- a/lisp/init-python.el +++ b/lisp/init-python.el @@ -1,4 +1,9 @@ +;;; init-python.el --- configure python language support +;;; Commentary: +;;; Code: + (defun mpolden/python-mode-buffer-local-variables () + "Set buffer-local variables for `python-mode'." ;; highlight lines longer than 88 characters (setq-local fill-column 88) ;; use flat index in imenu @@ -18,3 +23,5 @@ (setq python-shell-interpreter "python3"))) (provide 'init-python) + +;;; init-python.el ends here -- cgit v1.2.3