6 lines
148 B
Plaintext
6 lines
148 B
Plaintext
; Load the main config file for emacs
|
|
(require 'org)
|
|
(org-babel-load-file
|
|
(expand-file-name "config.org"
|
|
user-emacs-directory))
|