We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b2922a commit c6bdb77Copy full SHA for c6bdb77
dashboard-ls.el
@@ -60,7 +60,7 @@ Use this variable when you don't have the `default-directory' up to date.")
60
(push (concat dir "/") opt-dir-lst))
61
(reverse opt-dir-lst))
62
list-size
63
- "d"
+ (dashboard-get-shortcut 'ls-directories)
64
`(lambda (&rest ignore) (find-file-existing ,el))
65
(abbreviate-file-name el)))
66
@@ -79,7 +79,7 @@ Use this variable when you don't have the `default-directory' up to date.")
79
(push file opt-file-lst))
80
(reverse opt-file-lst))
81
82
- "f"
+ (dashboard-get-shortcut 'ls-files)
83
84
85
0 commit comments