Browse Source

Fix

master
10sr 5 years ago
parent
commit
57c8b42208
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View File

@@ -964,7 +964,7 @@ found, otherwise returns nil."
(set-variable 'flycheck-python-pycompile-executable "python3")
(set-variable 'python-indent-guess-indent-offset nil)
(with-eval-after-load 'blacken
(with-venv-advice-add 'blacken-call-bin))
(with-venv-advice-add 'blacken-buffer))


;; http://fukuyama.co/foreign-regexp


Loading…
Cancel
Save