From 5bd1fbf51ada41ac3f98e1b184d333af10528d10 Mon Sep 17 00:00:00 2001 From: AChavali Date: Mon, 30 Dec 2019 23:26:29 +0000 Subject: [PATCH] ~config.org -> modules/config.org config.el is a file that routes to the bin/config.el, and now config.org is a module --- .gitignore | 1 - doom.d/config.el | 1 + doom.d/{ => modules}/config.org | 3 ++- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 doom.d/config.el rename doom.d/{ => modules}/config.org (99%) diff --git a/.gitignore b/.gitignore index 14ce90a..3bcd8ae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ TAGS -doom.d/config.el doom.d/bin/*.el mpd/* diff --git a/doom.d/config.el b/doom.d/config.el new file mode 100644 index 0000000..2d893c7 --- /dev/null +++ b/doom.d/config.el @@ -0,0 +1 @@ +(load (expand-file-name (concat doom-private-dir "bin/config.el"))) diff --git a/doom.d/config.org b/doom.d/modules/config.org similarity index 99% rename from doom.d/config.org rename to doom.d/modules/config.org index 12813ca..0428f49 100644 --- a/doom.d/config.org +++ b/doom.d/modules/config.org @@ -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