Lawrence Bottorff writes:
> I'm experimenting with Uncle Dave's config which is using a minimum init.el
> to launch config.org, which
> is full of elisp babel source blocks. Here's his relevant launching code:
>
> (when (file-readable-p "~/.emacs.d/config.org")
> (org-babel-load-file (expand-f
I'm experimenting with Uncle Dave's config which is using a minimum init.el
to launch config.org, which is full of elisp babel source blocks. Here's
his relevant launching code:
(when (file-readable-p "~/.emacs.d/config.org")
(org-babel-load-file (expand-file-name "~/.emacs.d/config.org")))
How