From 13c5ddc7fad7131b6e2e7dcaa669e980342b0b62 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Thu, 7 Jan 2021 16:33:39 -0500 Subject: Collected changes --- emacs/inits/20-programming.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'emacs/inits/20-programming.el') diff --git a/emacs/inits/20-programming.el b/emacs/inits/20-programming.el index 0ac6512..3dffd5c 100644 --- a/emacs/inits/20-programming.el +++ b/emacs/inits/20-programming.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2021-01-04 15h49 EST (hobbies)> +;; Time-stamp: <2021-01-07 00:32:16 (tslil@bison)> ;; ----------------------------------------------------------------------------- ;; General setup @@ -329,4 +329,5 @@ :init (advice-add 'python-mode :before 'elpy-enable) :config - (setq python-shell-interpreter "python3")) + (setq python-shell-interpreter "python3" + python-indent-offset 2)) -- cgit v1.2.3