windows 7 - Have trouble installing org mode (emacs) -
i'm having trouble installing org mode. i'm new emacs , org mode. i've downloaded org mode gnu site , extracted zip file. however, unable find .emacs file set load-path (add-to-list 'load-path "~/path/to/orgdir/lisp").
could me find .emacs file? cheers
emacs looks .emacs file in $home
directory. open file, do:
c-x c-f ~/.emacs
(if curious) see home directory is, following:
- enter
m-x eshell
- enter
echo $home
Comments
Post a Comment