Ver código fonte

Abbreviate counsel-recently file list

master
10sr 4 anos atrás
pai
commit
54c2144e50
Acessado por: 10sr ID da chave GPG: C384BB17CBB19347
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Ver arquivo

@@ -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
Salvar