unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: pauline-galea@gmx.com
To: Help Gnu Emacs <help-gnu-emacs@gnu.org>
Subject: Setting package archives
Date: Tue, 25 May 2021 18:08:47 +0200	[thread overview]
Message-ID: <trinity-5e8d094e-71af-42e1-8ac9-7e34550e2640-1621958927442@3c-app-mailcom-bs01> (raw)

How can I set package-archives in emacs

I am using the following

(defun gungadin-locate-archives ()
  "Installs package archives."
  (require 'package)
  (add-to-list 'package-archives
     '( ("gnu" . "https://elpa.gnu.org/packages/")
        ("melpa-stable" . "https://melpa.org/packages/")
        ("org" . "https://orgmode.org/elpa/")) )
   (package-initialize) )






             reply	other threads:[~2021-05-25 16:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-25 16:08 pauline-galea [this message]
2021-05-25 20:29 ` Setting package archives Philip Kaludercic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=trinity-5e8d094e-71af-42e1-8ac9-7e34550e2640-1621958927442@3c-app-mailcom-bs01 \
    --to=pauline-galea@gmx.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).