How to install emacs prelude on Windows -


i tried following the docs exactly:

git clone git://github.com/bbatsov/prelude.git c:\emacs24.5\prelude ln -s c:\emacs24.5\prelude c:\users\blokeley\appdata\roaming\.emacs.d cd c:\users\blokeley\appdata\roaming\.emacs.d 

then tried copying c:\users\blokeley\appdata\roaming\.emacs.d\prelude\sample\prelude-modules.el various places:

c:\users\blokeley\appdata\roaming\.emacs.d\prelude-modules.el c:\users\blokeley\appdata\roaming\.emacs.d\prelude\prelude-modules.el c:\users\blokeley\appdata\roaming\.emacs.d\prelude\installation\prelude-modules.el c:\emacs24.5\prelude\prelude-modules.el 

when start emacs, starts though prelude not there: don't seem indication prelude has loaded correctly @ all.

for example, m-x prelude- returns no matches. uncommented (require 'prelude-helm) m-x helm- returns no matches.

how prelude working?

just guessing, if windows version of emacs not understand "symbolic links" (those create ln command) wont find init.el file. instead of

ln -s c:\emacs24.5\prelude c:\users\blokeley\appdata\roaming\.emacs.d 

try copy "c:\emacs24.5\prelude" "c:\users\blokeley\appdata\roaming".


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -