[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: scratch/tzz/auth-source-reveal-mode dbe62dd: doc/misc/auth.texi: sho
From: |
Basil L. Contovounesios |
Subject: |
Re: scratch/tzz/auth-source-reveal-mode dbe62dd: doc/misc/auth.texi: shorten use-package example |
Date: |
Fri, 19 Jun 2020 00:58:55 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Stefan Monnier <monnier@iro.umontreal.ca> writes:
>> diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi
>> index 30cb6fb..bb632ba 100644
>> --- a/doc/misc/auth.texi
>> +++ b/doc/misc/auth.texi
>> @@ -305,9 +305,7 @@ An alternative is to enable
>> @code{auth-source-reveal-mode} as follows:
>> :custom
>> (prettify-symbols-unprettify-at-point 'right-edge)
>> :hook
>> - (prog-mode . auth-source-reveal-mode)
>> - (json-mode . auth-source-reveal-mode)
>> - (text-mode . auth-source-reveal-mode))
>> + ((prog-mode js2-mode text-mode) . auth-source-reveal-mode))
>> @end example
>>
>> You should definitely customize
>
> I think that since use-package is (still!) not in Emacs (and not even in
> GNU ELPA), the doc shouldn't rely on it.
For anyone interested in following its Emacsimilation:
https://github.com/jwiegley/use-package/issues/282
--
Basil