From 5bd1fbf51ada41ac3f98e1b184d333af10528d10 Mon Sep 17 00:00:00 2001 From: AChavali Date: Mon, 30 Dec 2019 23:26:29 +0000 Subject: ~config.org -> modules/config.org config.el is a file that routes to the bin/config.el, and now config.org is a module --- doom.d/config.el | 1 + 1 file changed, 1 insertion(+) create mode 100644 doom.d/config.el (limited to 'doom.d/config.el') 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"))) -- cgit v1.2.3-13-gbd6f