Added leuven-theme to packages and cleaned up comment.

This commit is contained in:
Lars Tveito 2015-03-14 15:12:35 +01:00
parent 40ac261a3b
commit 11db638e5f

View File

@ -10,10 +10,12 @@
;; needed to use things downloaded with the package manager ;; needed to use things downloaded with the package manager
(package-initialize) (package-initialize)
;; install some packages if missing ;; Find packages by using M-x list-packages
;; Adding pakcages to the list below ensures that they're installed.
(let* ((packages '(auto-complete (let* ((packages '(auto-complete
ido-vertical-mode ido-vertical-mode
monokai-theme monokai-theme
leuven-theme
multiple-cursors multiple-cursors
undo-tree undo-tree
;; if you want more packages, add them here ;; if you want more packages, add them here