summaryrefslogtreecommitdiff
path: root/emacs/inits/20-programming.el
diff options
context:
space:
mode:
authortslil clingman <>2021-01-07 16:33:39 -0500
committertslil clingman <>2021-01-07 16:33:39 -0500
commit13c5ddc7fad7131b6e2e7dcaa669e980342b0b62 (patch)
tree48af4c96712fac69fa44f29eca11ee0d61103bfd /emacs/inits/20-programming.el
parentbc53790e81035a507d5ea308743a8468b7fce7a0 (diff)
Collected changes
Diffstat (limited to 'emacs/inits/20-programming.el')
-rw-r--r--emacs/inits/20-programming.el5
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))