From defdb394d8bdc32a28a092126001b94eabb7fb93 Mon Sep 17 00:00:00 2001 From: Blendoit Date: Mon, 20 Jul 2020 17:12:55 -0700 Subject: Custom configuration reborn. --- init.el | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 3b5321f..6793c63 100644 --- a/init.el +++ b/init.el @@ -1,11 +1,6 @@ -(require 'package) -(package-initialize) +;;; init.el -;; Load settings created automatically by GNU Emacs Custom. -;; (For example, any clickable option/toggle is saved here.) -;; Useful for fooling around with A-x customize-group . -(setq custom-file "~/.emacs.d/init_emacs.el") -(load custom-file) - -;; Load settings I manually created for GNU Emacs -(load "~/.emacs.d/init_blendoit.el") +;; Load literate configuration file I created for GNU Emacs. +;; The ultimate goal is to transition most of the custom settings +;; to explicitly defined customisations. +(org-babel-load-file "~/.emacs.d/blendoit/init-blendoit.org") -- cgit v1.2.3