Skip to content

Commit 0db425c

Browse files
author
Jason Duncan
committed
Oops.
1 parent d940f60 commit 0db425c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

dashboard-project-status.el

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,6 @@
5151
" is up-to-date.")
5252
hard-newline)))
5353

54-
(reverse
55-
(let ((git-repo user-emacs-directory)
56-
ret)
57-
(dolist (cur '("foo" "bar" "baz") ret)
58-
(setq ret (cons (expand-file-name
59-
(concat (file-name-as-directory git-repo)
60-
cur))
61-
ret)))))
62-
6354
(defun dashboard-insert-project-status-body ()
6455
"Insert lists of untracked, unstaged, and staged files."
6556
(dolist (section `(("Untracked Files" . ,(git-untracked-files))

0 commit comments

Comments
 (0)