瀏覽代碼

Abbreviate counsel-recently file list

master
10sr 4 年之前
父節點
當前提交
54c2144e50
簽署人: 10sr GPG Key ID: C384BB17CBB19347
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      emacs.el

+ 1
- 1
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


Loading…
取消
儲存