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:
parent
a4695b6b4b
commit
a5098d1f2a
3 changed files with 48 additions and 0 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue