diff options
Diffstat (limited to 'emacs/inits/20-programming.el')
| -rw-r--r-- | emacs/inits/20-programming.el | 5 |
1 files changed, 3 insertions, 2 deletions
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)) |
