Просмотр исходного кода

Configure fzf window height

master
10sr 5 лет назад
Родитель
Сommit
36fc72596f
Подписано: 10sr Идентификатор GPG ключа: C384BB17CBB19347
1 измененных файлов: 6 добавлений и 1 удалений
  1. +6
    -1
      emacs.el

+ 6
- 1
emacs.el Просмотреть файл

@@ -738,7 +738,11 @@ found, otherwise returns nil."
;; Too slow!
;; (set-variable 'fzf/executable "sk")
;; (set-variable 'fzf/args "--color bw --print-query")
;; Modified from hardcoded default to include directories, hidden files, and root directory
;; Modified from hardcoded default to include:
;; - directories
;; - hidden files
;; - root directory (.)
;; - parent directory (..)
(let* ((find (if (executable-find "bfs")
;; Breadth-first find https://github.com/tavianator/bfs
"bfs"
@@ -754,6 +758,7 @@ found, otherwise returns nil."
"| "
"cut -b3-")))
(setenv "FZF_DEFAULT_COMMAND" defcmd))
(set-variable 'fzf/window-height 45)
(define-key ctl-x-map (kbd "C-f") 'fzf)
)



Загрузка…
Отмена
Сохранить