emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Include leaf in Emacs distribution


From: Caio Henrique
Subject: Re: Include leaf in Emacs distribution
Date: Mon, 12 Oct 2020 19:39:19 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Stefan Kangas <stefankangas@gmail.com> writes:

> Could you explain why Emacs would want to include one or the other (as
> developers)?

IMO it would help with the "emacs wizard" proposal. For instance, if
there is a "install undo-tree and enable it globally" option on the
wizard, it could generate something like this on the emacs init file:

(use-package undo-tree
  :ensure t
  :diminish undo-tree-mode
  :config (global-undo-tree-mode))

With nongnu elpa, use-package or leaf and the "emacs wizard" we could
provide several use-package or leaf recipes for the newbies making it
easier for them to have what they expect from modern IDEs with recipes
for packages like eglot, company, yasnippet, magit, flymake etc.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]