Skip to content

Commit 4e1d245

Browse files
committed
including init.el
1 parent c22f9f0 commit 4e1d245

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

init.el

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
;;; init.el --- Where all the magic begins
2+
;;
3+
;; Part of the Emacs Starter Kit
4+
;;
5+
;; This is the first thing to get loaded.
6+
;;
7+
8+
;; remember this directory
9+
(setq starter-kit-dir
10+
(file-name-directory (or load-file-name (buffer-file-name))))
11+
12+
;; load up the starter kit
13+
(org-babel-load-file (expand-file-name "starter-kit.org" starter-kit-dir))
14+
15+
;;; init.el ends here

0 commit comments

Comments
 (0)