소스 검색

Check fzf executable

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

+ 2
- 1
emacs.el 파일 보기

@@ -733,7 +733,8 @@ found, otherwise returns nil."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; file handling

(when (autoload-eval-lazily 'fzf)
(when (and (autoload-eval-lazily 'fzf)
(executable-find "fzf"))
;; Too slow!
;; (set-variable 'fzf/executable "sk")
;; (set-variable 'fzf/args "--color bw --print-query")


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