mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
9 lines
239 B
EmacsLisp
9 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")))))
|