Explorar el Código

Add blacken advice

master
10sr hace 6 años
padre
commit
47650ec7ae
Firmado por: 10sr ID de clave GPG: 7BEC428194130EB2
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el Ver fichero

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



Cargando…
Cancelar
Guardar