sewh / emacs-literate-config

2 stars 0 forks source link

init not finding `configuration.el` #1

Open 4www opened 2 years ago

4www commented 2 years ago

Hello!

Pretty neat configuration you have! I like the one liner in init.el!; but it seems that it is not working on my machine.

Found this bit that seems to make it (source: https://github.com/frap/emacs-literate/blob/master/init.el)

(require 'org)
(org-babel-load-file (expand-file-name "configuration.org" user-emacs-directory))

Thanks for the inspiration, cheers

PS: symlink on readme 🎩

sewh commented 2 years ago

Hi! Thanks for the feedback :)

Sorry, there were a couple of typos that I think I've fixed. It should work now. Essentially, wherever I've put .el replace that with .org.

Hope that helps. Let me know if I've fat fingered anything else (almost a certainty!)