소스 검색

Add eldoc-mode disable on python-mode

master
10sr 4 년 전
부모
커밋
9b40d90702
로그인 계정: 10sr GPG 키 ID: 7BEC428194130EB2
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. +7
    -0
      emacs.el

+ 7
- 0
emacs.el 파일 보기

@@ -2462,6 +2462,13 @@ Any output will be written to current buffer."
(add-hook 'dired-after-readin-hook #'dired-k-no-revert)
)

(add-hook 'python-mode
(lambda ()
;; Currently on python-mode eldoc-mode sometimes print
;; wired message on "from" keyword:
;;var from = require("./from")
(eldoc-mode -1)))

;; Local Variables:
;; flycheck-disabled-checkers: (emacs-lisp-checkdoc)
;; flycheck-checker: emacs-lisp


불러오는 중...
취소
저장