[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Include leaf in Emacs distribution
From: |
Stefan Monnier |
Subject: |
Re: Include leaf in Emacs distribution |
Date: |
Tue, 13 Oct 2020 09:23:28 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
> 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))
Why not just use
(global-undo-tree-mode 1)
?
Assuming the `gnu-elpa` package is installed (which I'd hope we could
bundle with Emacs-28), then it should do pretty much the same as your
`use-package` code above, except for the `diminish` which seems
orthogonal (if we think it should be diminished by default, then we
should change undo-tree accordingly).
Stefan
- Re: Include leaf in Emacs distribution, (continued)
- Re: Include leaf in Emacs distribution, Stefan Kangas, 2020/10/11
- Re: Include leaf in Emacs distribution, Naoya Yamashita, 2020/10/11
- Re: Include leaf in Emacs distribution, Stefan Kangas, 2020/10/12
- Re: Include leaf in Emacs distribution, Qiantan Hong, 2020/10/12
- Re: Include leaf in Emacs distribution, Caio Henrique, 2020/10/12
- Re: Include leaf in Emacs distribution,
Stefan Monnier <=
- Re: Include leaf in Emacs distribution, Thibaut Verron, 2020/10/13
- Re: Include leaf in Emacs distribution, Stefan Monnier, 2020/10/13
- Re: Include leaf in Emacs distribution, Thibaut Verron, 2020/10/13
- Re: Include leaf in Emacs distribution, Phil Sainty, 2020/10/18
- Re: Include leaf in Emacs distribution, Caio Henrique, 2020/10/13
- Re: Include leaf in Emacs distribution, Naoya Yamashita, 2020/10/22
- Re: Include leaf in Emacs distribution, John Wiegley, 2020/10/22
- Re: Include leaf in Emacs distribution, Stefan Monnier, 2020/10/23
- Re: Include leaf in Emacs distribution, Naoya Yamashita, 2020/10/23
- Warnings in init files (was: Include leaf in Emacs distribution), Stefan Monnier, 2020/10/23