summaryrefslogtreecommitdiff
path: root/init.el
blob: e6cfd3f66d38e26d903461d08c65e2c4e4712e1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
;; -*- mode: emacs-lisp; -*-


;;; init.el --- Load literate configuration file, smart-documents.org.

;;; Commentary:
;; This file's sole purpose is to load our literate configuration file.

;;; Code:

;; First, we indicate the path to our literate configuration file.
(setq sd-literate-config (concat
			  user-emacs-directory
			  "smart-documents.org"))

;; Then, we load our literate configuration into Emacs' memory.
(org-babel-load-file sd-literate-config)

(provide 'init)

;;; init.el ends here
Copyright 2019--2024 Marius PETER