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:
Henrik Lissner 2021-11-04 01:15:15 +01:00
parent a4695b6b4b
commit a5098d1f2a
3 changed files with 48 additions and 0 deletions

7
modules/source.el Normal file
View 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