emacs.d

My emacs configuration, done in a literate programming fashion using org-mode

git clone git://git.shimmy1996.com/emacs.d.git
commit 76906d25b79c9526129b18f9f7eb6e2ee9fc85e1
parent 3219d4c76082488432370658cc9e0e6fee4c0ac8
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sun, 20 Oct 2019 23:09:51 -0400

Remove py36 flag as versions are now auto detected

Diffstat:
MREADME.org | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.org b/README.org
@@ -1309,8 +1309,7 @@ Use =black= to auto format python buffers on save.
   (use-package blacken
     :ensure t
     :init
-    (add-hook 'python-mode-hook 'blacken-mode)
-    (setq blacken-allow-py36 t))
+    (add-hook 'python-mode-hook 'blacken-mode))
 #+END_SRC
 
 **** isort