emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Lawrence Bottorff <borgauf@gmail.com>
To: emacs-orgmode Mailinglist <emacs-orgmode@gnu.org>
Subject: Re: use-package mistake?
Date: Fri, 5 Feb 2021 10:35:28 -0600	[thread overview]
Message-ID: <CAFAhFSUKcS1AsG-7wA6Ym5sY8MUDbvGEG1Vg-MLjRVgNZ99hYA@mail.gmail.com> (raw)
In-Reply-To: <CAFAhFSUQaPkS1NMTL8BiAd7u6ay5OQ7t-ZCbEw3fw=HfDD1dHQ@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1463 bytes --]

Sorry, this was meant for emacs.stackexchange.....

On Thu, Feb 4, 2021 at 2:49 PM Lawrence Bottorff <borgauf@gmail.com> wrote:

> Each time I call up list-package and update, I get this message after the
> updates
>
> Operation finished.  Packages that are no longer needed: 43.  Type ‘M-x
> package-autoremove’ to remove them
>
> Below is my init.el concerning use-package
>
> (require 'package)
> (setq package-enable-at-startup nil)
>
> (setq package-archives '(("ELPA"  . "http://tromey.com/elpa/")
> ("gnu"   . "http://elpa.gnu.org/packages/")
> ("melpa" . "https://melpa.org/packages/")
> ("org"   . "https://orgmode.org/elpa/")))
>
> (package-initialize)
>
> ;;; Bootstrapping use-package, i.e., if use-package isn't installed
> ;;; then install it
> (unless (package-installed-p 'use-package)
>   (package-refresh-contents)
>   (package-install 'use-package))
>
> ;;;This will ensure all packages are installed if not already
> (require 'use-package-ensure)
> (setq use-package-always-ensure t)
>
> ;;;This will make sure packages are updated
> (use-package auto-package-update
>   :config
>   (setq auto-package-update-delete-old-versions t)
>   (setq auto-package-update-interval 1)
>   (setq auto-package-update-hide-results t)
>   (auto-package-update-maybe))
>
>
> I obviously don't want to uninstall all the packages on my system. What
> have I done wrong? Can you critique my setup here?
>
> LB
>

[-- Attachment #2: Type: text/html, Size: 2212 bytes --]

      reply	other threads:[~2021-02-05 16:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-04 20:49 use-package mistake? Lawrence Bottorff
2021-02-05 16:35 ` Lawrence Bottorff [this message]

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.orgmode.org/

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

  git send-email \
    --in-reply-to=CAFAhFSUKcS1AsG-7wA6Ym5sY8MUDbvGEG1Vg-MLjRVgNZ99hYA@mail.gmail.com \
    --to=borgauf@gmail.com \
    --cc=emacs-orgmode@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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

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).