소스 검색

Remove company-mode disable

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

+ 0
- 6
emacs.el 파일 보기

@@ -1131,12 +1131,6 @@ THEM are function and its args."
"| "
"cut -b3-"))))

(add-hook 'fuzzy-finder-init-hook
(lambda ()
(when (and (boundp 'company-mode)
company-mode)
(company-mode -1))))

(defun my-fuzzy-finder-or-find-file ()
"Call `fuzzy-finder' if usable or call `find-file'."
(declare (interactive-only t))


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