From 11db638e5ff3e7f9667c54db4475aee0a47e2842 Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Sat, 14 Mar 2015 15:12:35 +0100 Subject: [PATCH] Added leuven-theme to packages and cleaned up comment. --- emacs-init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emacs-init.el b/emacs-init.el index a3497e2..223e193 100644 --- a/emacs-init.el +++ b/emacs-init.el @@ -10,10 +10,12 @@ ;; needed to use things downloaded with the package manager (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 ido-vertical-mode monokai-theme + leuven-theme multiple-cursors undo-tree ;; if you want more packages, add them here