;;; boon-spaceline.el --- An Ergonomic Command Mode -*- lexical-binding: t -*-
;;; Commentary:
;; This module gives an example setup for spaceline using boon.
;;; Code:
; on a distribution such as guix this line forces the installation of spaceline (https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/emacs-xyz.scm#n12076) making the package bigger than needed
;; This requires https://github.com/TheBB/spaceline/pull/201/commits/45c4c4b26d923c541ede138c3b3834e2f75778f8 to work.
;; This patch was never released on melpa stable.
;;; boon-spaceline.el ends here