File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- [ ![ Build Status] ( https://travis-ci.com/jcs090218/goto-line-preview .svg?branch=master )] ( https://travis-ci.com/jcs090218/goto-line-preview )
2- [ ![ MELPA] ( https://melpa.org/packages/dashboard-current -badge.svg )] ( https://melpa.org/#/dashboard-current )
3- [ ![ MELPA Stable] ( https://stable.melpa.org/packages/dashboard-current -badge.svg )] ( https://stable.melpa.org/#/dashboard-current )
1+ [ ![ Build Status] ( https://travis-ci.com/jcs090218/dashboard-ls .svg?branch=master )] ( https://travis-ci.com/jcs090218/dashboard-ls )
2+ [ ![ MELPA] ( https://melpa.org/packages/dashboard-ls -badge.svg )] ( https://melpa.org/#/dashboard-ls )
3+ [ ![ MELPA Stable] ( https://stable.melpa.org/packages/dashboard-ls -badge.svg )] ( https://stable.melpa.org/#/dashboard-ls )
44[ ![ License: GPL v3] ( https://img.shields.io/badge/License-GPL%20v3-blue.svg )] ( https://www.gnu.org/licenses/gpl-3.0 )
55
6- # dashboard-current
6+ # dashboard-ls
77> Display files/directories in current directory on Dashboard.
88
99## Usage
1010
1111``` el
12- (require 'dashboard-current )
13- (setq dashboard-items '((current -directories . 5)
14- (current -files . 5)))
12+ (require 'dashboard-ls )
13+ (setq dashboard-items '((ls -directories . 5)
14+ (ls -files . 5)))
1515```
1616
1717## Contribution
You can’t perform that action at this time.
0 commit comments