Browse Source

Abbreviate counsel-recently file list

master
10sr 4 years ago
parent
commit
54c2144e50
Signed by: 10sr GPG Key ID: C384BB17CBB19347
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View File

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


Loading…
Cancel
Save