technomancy / emacs-starter-kit

[ARCHIVED] this is ancient history
GNU General Public License v3.0
2.87k stars 887 forks source link

Install issue #150

Open tjoozey opened 11 years ago

tjoozey commented 11 years ago

Cannot find out how to run these commands:

Evaluate that code by hitting M-x eval-buffer in init.el, then you can install it:

M-x package-refresh-contents
M-x package-install RET starter-kit RET
dgutov commented 11 years ago

You are not reading this right. The sentence "evaluate that code ..." is referring to the code block above it, which you should put in the init file. Doing M-x eval-buffer for it is optional, you can restart Emacs instead.