Ver a proveniência

Add cond

master
10sr há 5 anos
ascendente
cometimento
476fb9eb2b
Assinados por: 10sr ID da chave GPG: 7BEC428194130EB2
1 ficheiros alterados com 2 adições e 1 eliminações
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el Ver ficheiro

@@ -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


Carregando…
Cancelar
Guardar