Skip to content

Commit 932fbdd

Browse files
committed
Rename to list
1 parent 0e50431 commit 932fbdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dashboard-ls.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Use this variable when you don't have the `default-directory' up to date.")
5757
(defun dashboard-ls--insert-dir (list-size)
5858
"Add the list of LIST-SIZE items from current directory."
5959
(dashboard-insert-section
60-
"Current Directories:"
60+
"List Directories:"
6161
(let* ((current-dir (dashboard-ls--current-path))
6262
(entries (dashboard-ls--entries current-dir))
6363
result)
@@ -75,7 +75,7 @@ Use this variable when you don't have the `default-directory' up to date.")
7575
(defun dashboard-ls--insert-file (list-size)
7676
"Add the list of LIST-SIZE items from current files."
7777
(dashboard-insert-section
78-
"Current Files:"
78+
"List Files:"
7979
(let* ((current-dir (dashboard-ls--current-path))
8080
(entries (dashboard-ls--entries current-dir))
8181
result)

0 commit comments

Comments
 (0)