Dror Atariah <dror...@gmail.com> wrote:

> > #+begin_src elisp
> > (setq load-path (cons
> >                 (expand-file-name "~/Library/elisp")
> >                 load-path))
> > (require 'org-install)
> > #+end_src
> > 
> @Yagnesh: where should I plug this code into?
> 

In your .emacs (or equivalent emacs initialization file.)

If your emacs is set up correctly, you should be able to visit the
relevant section in the Emacs manual by evaluating the following form:

   (info "(emacs)Init file")

Put the cursor after the closing parenthesis and type C-x C-e

Nick

Reply via email to