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.
6 lines
171 B
EmacsLisp
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"))))
|