summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/init.org b/init.org
index d16e4a7..a94a1f3 100644
--- a/init.org
+++ b/init.org
@@ -93,8 +93,7 @@ Here’s a list of them:
#+BEGIN_SRC elisp
(defvar my/packages
- '(ido-vertical-mode ; replace with helm?
- scss-mode))
+ '(ido-vertical-mode scss-mode))
#+END_SRC
I want these packages to be installed automatically. First I need to define in what repositories Emacs should look for the packages. I’m using packages from both the “melpa” and “marmalade” repositories.