boon/boon.el
2015-11-09 15:29:05 +09:00

17 lines
411 B
EmacsLisp

;;; boon.el --- An Ergonomic Command Mode -*- lexical-binding: t -*-
;;; Commentary:
;; Boon brings modal editing capabilities to Emacs and...
;;
;; - It tries to be as ergonomic as possible.
;; - It remains lightweight (~300 loc for its core.)
;; - It attempts to integrate with Emacs as smoothly as possible
;;; Code:
(require 'boon-colemak)
(require 'boon-extras)
(provide 'boon)
;;; boon.el ends here