Don't quote the argument to setq.

This commit is contained in:
Mikhail Glushenkov 2011-06-26 01:07:56 +02:00
parent 91f1c91f90
commit 9374917bbb

View File

@ -125,7 +125,7 @@ run emacs, and I want this documentation to be usable as-is. Enters el-get!
(:name dictionary-el :type apt-get)
(:name emacs-goodies-el :type apt-get)))
(setq 'my-packages
(setq my-packages
(append
'(cssh el-get switch-window vkill google-maps nxhtml xcscope yasnippet)
(loop for src in el-get-sources collect (el-get-source-name src))))