浏览代码

Abbreviate counsel-recently file list

master
10sr 4 年前
父节点
当前提交
54c2144e50
签署人:: 10sr GPG 密钥 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


正在加载...
取消
保存