all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Akib Azmain Turja <akib@disroot.org>
To: Payas Relekar <relekarpayas@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: What does use-package do?
Date: Sat, 08 Oct 2022 18:46:31 +0600	[thread overview]
Message-ID: <87sfjyqy8o.fsf@disroot.org> (raw)
In-Reply-To: <87czb253h3.fsf@gmail.com> (Payas Relekar's message of "Sat, 08 Oct 2022 10:08:38 +0530")

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

Payas Relekar <relekarpayas@gmail.com> writes:

> Richard Stallman <rms@gnu.org> writes:
>
>> Can someone send me a self-contained description of the job
>> use-package does, from a user's perspective?
>>
>> I'm not asking about how it does that job, or how it works.
>
> use-package allows writing emacs configuration in a declarative manner,
> rather than imperative. It does few more things:
>
> - Describe autoload dependencies by means of packages, commands, hooks
>   and keybindings, allowing faster startup without affecting UX
> - Allow configuring/executing stuff before/after package loading
> - Isolate configuration for individual packages in separate
>   s-expressions.
>
> In general, making things declarative has had huge improvement in my
> config debug-ability, despite having 170+ packages currently loaded,
> without significantly increasing startup time.
>
> --
>

There is also a GNU ELPA package called Leaf (I'm using it).  It is very
similar to use-package, but somehow I like it more than use-package.
There is also another GNU ELPA called setup.el, which uses
context-sensitive macros to solve the same problem use-package and leaf
solves.  I think I like the setup.el approach, but I'm locked in due to
the heavy use of Leaf in my init file ;-)

-- 
Akib Azmain Turja

Find me on Mastodon at @akib@hostux.social.

This message is signed by me with my GnuPG key.  Its fingerprint is:

    7001 8CE5 819F 17A3 BBA6  66AF E74F 0EFA 922A E7F5

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  parent reply	other threads:[~2022-10-08 12:46 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-08  4:38 What does use-package do? Payas Relekar
2022-10-08  6:55 ` Eli Zaretskii
2022-10-08 22:34   ` Richard Stallman
2022-10-08 12:46 ` Akib Azmain Turja [this message]
2022-10-08 23:49   ` Stefan Kangas
2022-10-09 12:44     ` Philip Kaludercic
2022-10-09 20:16       ` Stefan Kangas
2022-10-11  4:46         ` Naoya Yamashita
2022-10-11  5:13           ` John Wiegley
2022-10-11  6:15             ` Emanuel Berg
2022-10-11  6:45           ` Stefan Kangas
2022-10-11  9:17           ` Philip Kaludercic
2022-10-11 15:21             ` John Wiegley
  -- strict thread matches above, loose matches on Subject: below --
2022-09-24 12:56 Progress on merging use-package? Payas Relekar
2022-09-24 14:08 ` Philip Kaludercic
2022-09-24 14:22   ` Payas Relekar
2022-09-24 14:35     ` Philip Kaludercic
2022-09-24 14:36       ` Payas Relekar
2022-09-24 20:24         ` John Wiegley
2022-09-25  2:34           ` Payas Relekar
2022-09-25  8:39             ` Philip Kaludercic
2022-09-28 22:57               ` chad
2022-09-29  8:20                 ` Eli Zaretskii
2022-09-29  8:36                   ` Philip Kaludercic
2022-10-07 22:47                     ` What does use-package do? Richard Stallman
2022-10-08  4:50                       ` John Wiegley

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

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

  git send-email \
    --in-reply-to=87sfjyqy8o.fsf@disroot.org \
    --to=akib@disroot.org \
    --cc=emacs-devel@gnu.org \
    --cc=relekarpayas@gmail.com \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.