From 85c5e30142928308170bc98f996cf74be185974f Mon Sep 17 00:00:00 2001 From: AChavali Date: Mon, 30 Dec 2019 20:57:25 +0000 Subject: +wrapped my own literate config setup! +literate.org file that holds the config program +bootstrap to config.org that loads the literate.el file, which in turn parses all the other files and loads everything -literate config module, I have my own now --- doom.d/config.org | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doom.d/config.org') diff --git a/doom.d/config.org b/doom.d/config.org index db3c122..12813ca 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -6,6 +6,11 @@ This is my [[https://github.com/hlissner/doom-emacs][Doom Emacs]] configuration, which I try to use for as many things as possible. It is currently my main editor overall, literally overtaking my life. * Variables +Bootstrapping literate module and setting up basic variables. +** Bootstrap literate +#+BEGIN_SRC elisp +(load! "modules/literate.el") +#+END_SRC ** Doom Variables #+BEGIN_SRC elisp (after! core-keybinds -- cgit v1.2.3-13-gbd6f