Ver a proveniência

Abbreviate counsel-recently file list

master
10sr há 4 anos
ascendente
cometimento
54c2144e50
Assinados por: 10sr ID da chave GPG: C384BB17CBB19347
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Ver ficheiro

@@ -1020,7 +1020,7 @@ Otherwize hook it."
(defun my-counsel-recently ()
"Consel `recently'."
(interactive)
(ivy-read "Recently: " (recently-list)
(ivy-read "Recently: " (mapcar 'abbreviate-file-name (recently-list))
:require-match t
:history 'my-cousel-recently-history
:preselect default-directory


Carregando…
Cancelar
Guardar