소스 검색

Do not run in minibuffer

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

+ 3
- 0
emacs.el 파일 보기

@@ -761,6 +761,8 @@ found, otherwise returns nil."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; file handling

(auto-insert-mode 1)

;; fzf

;; Too slow in term buffer!
@@ -1078,6 +1080,7 @@ found, otherwise returns nil."
(interactive)
(let ((l nil))
(when (and company-mode
(not (minibufferp))
;; Do nothing when already in company completion
(not company-candidates))
(unwind-protect


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