input/layout: initial azerty commit

This commit is contained in:
Mathieu Merino 2021-05-01 08:20:34 +02:00
parent 4ad1c6a494
commit 4c53ccac5b
2 changed files with 85 additions and 2 deletions

View file

@ -2,5 +2,7 @@
(add-hook! 'doom-init-modules-hook
(defun +layout-init-h ()
(when (featurep! +bepo)
(load! "+bepo"))))
(cond ((featurep! +bepo)
(load! "+bepo"))
((featurep! +azerty)
(load! "+azerty")))))