Skip to content

charlie-sanders/emacs-dashboard-nba

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

This is a plugin for the Emacs Dashboard

emacs-dashboard-nba

See also: Reddit Dashboard

Adds last nights scores and summaries for NBA games to your dashboard: Screenshot

Sample Config ( until I get it onto MELPA )

(require 'dashboard)
(load-file "~/workspace/emacs-dashboard-reddits/dashboard-reddit.el")
(load-file "~/workspace/emacs-dashboard-stackxc/dashboard-stacxc.el")
(load-file "~/workspace/emacs-dashboard-nba/dashboard-nba.el")

(setq dashboard-items '(
			(recents  . 5)
                        (bookmarks . 5)
			(projects . 5)
			(reddits . 5)
			(nbas . 10)
			))

About

NBA stats for last nights games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published