blob: e323d1c4f92aaca3793a241f54959946385484d0 (
plain)
1
2
3
4
5
6
7
8
9
|
;;; 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")
|