Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 471 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 471 Bytes

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)