summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.org6
1 files changed, 2 insertions, 4 deletions
diff --git a/init.org b/init.org
index c4a604d..a1e25bd 100644
--- a/init.org
+++ b/init.org
@@ -90,12 +90,10 @@ To install all packages via GNU Guix I can either use a manifest file or use the
mu
#+END_SRC
-There are some packages I use that are not yet packaged for Guix.
-Here’s a list of them:
+If there are packages that are not yet packaged for Guix, I can define them in this list:
#+BEGIN_SRC elisp
-(defvar my/packages
- '(ido-vertical-mode scss-mode))
+(defvar my/packages '())
#+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.