boon/boon.el
Jean-Philippe Bernardy ae5a759149 nicification
2014-10-23 13:31:30 +02:00

12 lines
183 B
EmacsLisp

;;; boon --- An Ergonomic Command Mode -*- lexical-binding: t -*-
;;; Commentary:
;;; Code:
(require 'boon-colemak)
(require 'boon-extras)
(provide 'boon)
;;; boon.el ends here