Explorar el Código

Abbreviate counsel-recently file list

master
10sr hace 4 años
padre
commit
54c2144e50
Firmado por: 10sr ID de clave GPG: C384BB17CBB19347
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Ver fichero

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


Cargando…
Cancelar
Guardar