blob: 209bf9a18aa9178e84d2364df2045907bf7c0cca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
;;; init.el --- First file ran by GNU Emacs.
;;; Commentary:
;; 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/blendoit-init.org")
(provide 'init)
;;; init.el ends here
|