summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el15
1 files changed, 5 insertions, 10 deletions
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 <package>.
-(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")
Copyright 2019--2024 Marius PETER