evil-cleverparens icon indicating copy to clipboard operation
evil-cleverparens copied to clipboard

HELP

Open tdblocks opened this issue 7 years ago • 2 comments

After downloading emacs following http://eschulte.github.io/emacs24-starter-kit/#emacs-lisp-package-archive, I now want to enable Melpa.

The below is what I typed into an org document under the directory emacs.d : #+BEGIN_SRC emacs-lisp (require 'package) (add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/") t) #+END_SRC

upon typing C-c C-c, I get the response "Wrong type argument: listp, "http://melpa.org/packages/"

What am I doing wrong??? I'd greatly appreciate any help offered.

tdblocks avatar Aug 18 '17 00:08 tdblocks

After restarting Emacs, I am getting this new message when repeating the above steps:

"Symbol's value as variable is void: package-archives"

tdblocks avatar Aug 18 '17 00:08 tdblocks

You may want to try opening an issue at https://github.com/melpa/melpa instead.

https://github.com/melpa/melpa#usage says how to enable melpa. Make a file named init.el under .emacs.d directory, and put that code in it.

vyp avatar Aug 18 '17 04:08 vyp