~config.org -> modules/config.org
config.el is a file that routes to the bin/config.el, and now config.org is a module
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,3 @@
|
||||
TAGS
|
||||
doom.d/config.el
|
||||
doom.d/bin/*.el
|
||||
mpd/*
|
||||
|
||||
1
doom.d/config.el
Normal file
1
doom.d/config.el
Normal file
@@ -0,0 +1 @@
|
||||
(load (expand-file-name (concat doom-private-dir "bin/config.el")))
|
||||
@@ -8,8 +8,9 @@ possible. It is currently my main editor overall, literally overtaking my life.
|
||||
* Variables
|
||||
Bootstrapping literate module and setting up basic variables.
|
||||
** Bootstrap literate
|
||||
Load the literate.el file to start parsing.
|
||||
#+BEGIN_SRC elisp
|
||||
(load! "modules/literate.el")
|
||||
(load (expand-file-name (concat doom-private-dir "bin/literate.el")))
|
||||
#+END_SRC
|
||||
** Doom Variables
|
||||
#+BEGIN_SRC elisp
|
||||
Reference in New Issue
Block a user