소스 검색

Make diff-goto-source autoload interactive

master
10sr 4 년 전
부모
커밋
3a5860019d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el 파일 보기

@@ -1572,7 +1572,7 @@ Otherwize hook it."


(setq diff-switches "-u")
(autoload 'diff-goto-source "diff-mode")
(autoload 'diff-goto-source "diff-mode" nil t)
(with-eval-after-load 'diff-mode
;; (when (and (eq major-mode
;; 'diff-mode)


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