boon/boon-pkg.el

9 lines
125 B
EmacsLisp
Raw Normal View History

2014-10-23 09:34:19 +02:00
(define-package
"boon"
2015-05-29 23:27:09 +02:00
"0.2"
2014-10-23 09:34:19 +02:00
"Ergonomic Command Mode for Emacs."
2015-07-21 23:37:43 +02:00
'((emacs "24.5")
(expand-region "0.10.0"))
2014-10-23 09:34:19 +02:00
)