On Tue, Apr 26, 2011 at 11:03 AM, Arnold, Travis <tlarn...@radford.edu> wrote: > >> >> instead of what I put above. It will run for a fairly long time and >> might not give you feedback, so just leave it be until it gives you a >> fresh command prompt and stops sitting at "cloning into..." or >> whatever the message is. >> >> After that you can should be ready to set up the .emacs file and give >> it a whirl. > > > Ok, I am looking at the .emacs file in a previosu message, and am slightly > confused as to this: line here > > ;; set load dirs and global config options > ;; assumes .elisp directory is in: > ;; linux: /home/username/.elisp > ;; OX X: /Users/username/.elisp > (add-to-list 'load-path "~/.elisp/org.git/contrib/lisp/") > (add-to-list 'load-path "~/.elisp/org.git/lisp/") > > Do I uncomment the OS X line and replace /Users/username with my own? so it > would read: > OS X: /Users/Tmoney/.elisp ?
No -- just leave it. It's part of a comment block, which says that if .elisp is in /Users/username/.elisp, then the next two lines are going to work. So... if you have .elisp in /Users/Tmoney/.elisp, then it will work. > >> >> Best regards, >> John > >