.emacs
in org mode
Usually, when you are using Emacs, all your favourite shortcut and
others Emacs characteristic are in the .emacs
file. However, to have a
better .emacs
organisation, I suggest you to use the org-mode with
your .emacs
. Like this, you can organise very easily your .emacs
and
put categories
To doing so you will needed to put in your .emacs
file a simple link to
the org file with every Emacs customisation. Thus, the .emacs
should
be like this:
And then you will have another file here name emacs-init.org
which
should start like this for example:
As you can see, you simply need to put your emacs-lisp
code using
the #+BEGIN_SRC
and #+END_SRC
tags.