10sr 6 anni fa
parent
commit
476fb9eb2b
Firmato da: 10sr ID Chiave GPG: 7BEC428194130EB2
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el Vedi File

@@ -964,7 +964,8 @@ 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-buffer))
(when (require 'with-venv nil t)
(with-venv-advice-add 'blacken-buffer)))


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


Caricamento…
Annulla
Salva