Browse Source

No need to bind python-indent-offset

Samuel W. Flint 4 years ago
parent
commit
38bbfda82d
1 changed files with 1 additions and 2 deletions
  1. 1 2
      symbolic-sat.org

+ 1 - 2
symbolic-sat.org

@@ -29,8 +29,7 @@
 #+Name: tangle-document
 #+BEGIN_SRC emacs-lisp :exports none :results none
   (save-buffer)
-  (let ((python-indent-offset 4))
-    (org-babel-tangle))
+  (org-babel-tangle)
 #+END_SRC
 
 * DONE Introduction                                                   :nonum: