;;; 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")