mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-02 14:53:38 -05:00
input/layout: initial azerty commit
This commit is contained in:
@@ -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")))))
|
||||
|
Reference in New Issue
Block a user