summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-11-11 15:01:43 +0100
committerRicardo Wurmus <rekado@elephly.net>2017-11-11 15:01:43 +0100
commit48027b59d42289995f3edc0ead1fa15e94485235 (patch)
tree651e1890f6e03e4518e454aebf61d92745482113
parent7fdedf4888e2bc21eab0203327af3f3625888d18 (diff)
Tried helm, didn't like it.
-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.