From 54c2144e50651ea730f8ebbfe25be023fca8124a Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Thu, 23 Jan 2020 23:24:37 +0900 Subject: [PATCH] Abbreviate counsel-recently file list --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index a3d0512..2ff01d0 100644 --- a/emacs.el +++ b/emacs.el @@ -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