瀏覽代碼

Add isortify configs

master
10sr 5 年之前
父節點
當前提交
9d5a1197c1
簽署人: 10sr GPG Key ID: 7BEC428194130EB2
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el 查看文件

@@ -1359,6 +1359,10 @@ found, otherwise returns nil."
(when (require 'with-venv nil t)
(with-venv-advice-add 'blacken-buffer)))

(with-eval-after-load 'isortify
(when (require 'with-venv nil t)
(with-venv-advice-add 'isortify-buffer)))

;; https://github.com/lunaryorn/old-emacs-configuration/blob/master/lisp/flycheck-virtualenv.el
(defun my-set-venv-flycheck-executable-find ()
"Set flycheck executabie find."


Loading…
取消
儲存