doomemacs/modules/input/layout/config.el
2021-05-01 08:20:34 +02:00

8 lines
239 B
EmacsLisp

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