mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
nit: add license, gitignore, & source.el to modules
This is to prep our modules to be moved to their own repo in the future (doomemacs/modules).
This commit is contained in:
7
modules/source.el
Normal file
7
modules/source.el
Normal file
@ -0,0 +1,7 @@
|
||||
;; This file supplies some metadata about this module repo to Doom's module
|
||||
;; manager. None of them are required, but it's a good idea to include them so
|
||||
;; Doom can perform some sanity checks for you.
|
||||
|
||||
:root "./" ; where the module tree starts
|
||||
:version "21.12" ; version of this repo
|
||||
:requires "3.0.0" ; minimum supported version of Doom's core
|
Reference in New Issue
Block a user