mirror of
https://github.com/stumpwm/stumpwm-contrib.git
synced 2026-09-10 07:26:25 -04:00
12 lines
248 B
Common Lisp
12 lines
248 B
Common Lisp
;;;; package.lisp
|
|
|
|
(defpackage :bitcoin
|
|
(:use :cl)
|
|
(:export #:*modeline-use-colors*
|
|
#:*threshold*
|
|
#:*time-delay*
|
|
#:*local-code*
|
|
#:*decimals*
|
|
#:*modeline-gauge*
|
|
#:*gauge-width*))
|