Ver código fonte

Add blacken advice

master
10sr 6 anos atrás
pai
commit
47650ec7ae
Acessado por: 10sr ID da chave GPG: 7BEC428194130EB2
1 arquivos alterados com 4 adições e 0 exclusões
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el Ver arquivo

@@ -2133,6 +2133,10 @@ When a function is adviced with this function, it is wrapped with `with-venv'."
(with-venv
(apply orig-func args)))

(with-eval-after-load 'blacken
(with-venv-advice-add 'blacken-call-bin))


;; (with-venv (:dir default-directory) (message "a"))
;; (with-venv () (message "a"))



Carregando…
Cancelar
Salvar