Tony Day writes:
> And this has to be tangled before emacs loads or it will load the old
> version of init.el. It's a good idea to tell emacs straight away where
> your org directory is or you might end up with the nasty split org
> version hassle where half of org is the old emacs version and hal
On 7 Jan 2013, at 04:41, Alan Schmitt wrote:
> The bare minimum one can do is:
> - rename the current init.el into myinit.org
> - add the lines "#+begin_src emacs-lisp" as the first line, and
> "+end_src" as the last line
> - adapt the init.el from emacs-starter-kit as follows
> #+BEGIN_SRC emac
Hello,
After having read about the emacs-starter-kit on the list, I really
like the idea of having my initialization files in org-mode. As I have
many customizations already made, I don't want to dump everything to
use esk. What I want is doing the same with my own keybindings and
customizations.