소스 검색

Update fzf colors

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

+ 2
- 2
emacs.el 파일 보기

@@ -763,13 +763,13 @@ found, otherwise returns nil."
"echo ..; "
"command fd "
"--follow --hidden --no-ignore "
;; "--color always "
"--color always "
"2>/dev/null")))
(if (executable-find "fd")
(setenv "FZF_DEFAULT_COMMAND" fdcmd)
(setenv "FZF_DEFAULT_COMMAND" findcmd)))
(set-variable 'fzf/window-height 45)
(set-variable 'fzf/args "--print-query --ansi --inline-info --cycle")
(set-variable 'fzf/args "--print-query --ansi --color='bg+:-1' --inline-info --cycle")

(defun my-fzf-or-find-file ()
"Call fzf if usable or call find-file."


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