From 48027b59d42289995f3edc0ead1fa15e94485235 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 11 Nov 2017 15:01:43 +0100 Subject: Tried helm, didn't like it. --- init.org | 3 +-- 1 file changed, 1 insertion(+), 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. -- cgit v1.2.3