doomemacs/modules/input/layout/config.el
Henrik Lissner 485381f6d1 input/layout: major refactor
To conform the module to Doom's naming and style conventions.

This introduces two breaking changes:

+ doom-bepo-cr-rotation-style was renamed +layout-bepo-cr-rotation-style
+ Replaces the doom-bepo- prefix for this module's bepo library with
  +layout-bepo-

And the following fixes:

+ Corrects the file path in file header comments.
+ input/layout/autoload/bepo.el is no longer compiled/indexed if +bepo
  isn't activated.
2021-05-01 01:25:42 -04:00

6 lines
171 B
EmacsLisp

;;; input/layout/config.el -*- lexical-binding: t; -*-
(add-hook! 'doom-init-modules-hook
(defun +layout-init-h ()
(when (featurep! +bepo)
(load! "+bepo"))))