From 8dbeb1609c2e5511270b046c10fcaeed3b5b4555 Mon Sep 17 00:00:00 2001 From: Blendoit Date: Thu, 23 Jul 2020 19:34:52 -0700 Subject: Dashboard and README! --- init.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index 6793c63..e323d1c 100644 --- a/init.el +++ b/init.el @@ -1,6 +1,9 @@ -;;; init.el +;;; init.el --- First file ran by GNU Emacs. ;; Load literate configuration file I created for GNU Emacs. ;; The ultimate goal is to transition most of the custom settings ;; to explicitly defined customisations. + +;;; Code: + (org-babel-load-file "~/.emacs.d/blendoit/init-blendoit.org") -- cgit v1.2.3