mirror of
https://github.com/vale981/boon
synced 2025-03-04 09:01:39 -05:00
10 lines
176 B
EmacsLisp
10 lines
176 B
EmacsLisp
(define-package
|
|
"boon"
|
|
"0.4"
|
|
"Ergonomic Command Mode for Emacs."
|
|
'((emacs "25.1")
|
|
(expand-region "0.10.0")
|
|
(dash "2.12.0")
|
|
(multiple-cursors "1.3.0"))
|
|
)
|
|
|