Skip to content

Emacs extension to display current bitcoin price on the mode-line

Notifications You must be signed in to change notification settings

niedbalski/emacs-btc-ticker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Emacs btc-ticker-mode

Emacs minor-mode to display current Bitcoin price on the mode-line.

Screenshot

Installation

Your .emacs file should looks like:

(require 'btc-ticker)

;;Optional: You can setup the fetch interval
;;default: 10 secs
(setq btc-ticker-api-poll-interval 10)

;;Enable btc-ticker-mode
(btc-ticker-mode 1)

About

Emacs extension to display current bitcoin price on the mode-line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •