emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] elpa d255820 09/23: Merge branch 'master' of github.com:jwiegley/


From: Thierry Volpiatto
Subject: [elpa] elpa d255820 09/23: Merge branch 'master' of github.com:jwiegley/emacs-async
Date: Fri, 30 Apr 2021 07:08:05 -0400 (EDT)

branch: elpa
commit d255820c5af3a6476eb0259d4c666431bf34e307
Merge: e81c685 03667dd
Author: Thierry Volpiatto <thierry.volpiatto@gmail.com>
Commit: Thierry Volpiatto <thierry.volpiatto@gmail.com>

    Merge branch 'master' of github.com:jwiegley/emacs-async
---
 README.md         | 12 ++++++------
 async-bytecomp.el |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 5d29f0b..393784f 100644
--- a/README.md
+++ b/README.md
@@ -41,14 +41,14 @@ If you don't want to make dired/helm asynchronous disable 
it with `dired-async-m
 
 Users of Debian 9 or later or Ubuntu 16.04 or later may simply `apt-get 
install elpa-async`.
 
-## Authentification and user interaction
+## Authentication and user interaction
 
-All authentifications require user interaction like answering to a
-prompt, entering a password etc...  Your async implementation should
-avoid any user interaction to avoid beeing stuck with a prompt you
-will not be able to answer to in child emacs.  For all what is remote
+Some authentications require user interaction, for example answering to a
+prompt, entering a passwords etc. Your async implementation should
+avoid any such user interaction, to avoid being stuck with a prompt you
+will not be able to answer to in the child emacs.  For all what is remote
 (mails, tramp etc...) you have to let emacs manage your identification
-with 
[auth-sources](https://www.gnu.org/software/emacs/manual/html_mono/auth.html) 
so that you do not have to enter a password.
+with 
[auth-sources](https://www.gnu.org/software/emacs/manual/html_mono/auth.html), 
so that you do not have to enter a password.
 
 Basically all you need is something like this in your init file:
 
diff --git a/async-bytecomp.el b/async-bytecomp.el
index 9f32035..5c8704b 100644
--- a/async-bytecomp.el
+++ b/async-bytecomp.el
@@ -47,7 +47,7 @@
   ;; they get compiled asynchronously, so this conservative default value is
   ;; here to make sure that the mode can be enabled without the user's
   ;; explicit consent.
-  '(async helm helm-core helm-ls-git helm-ls-hg magit)
+  '(async forge helm helm-core helm-ls-git helm-ls-hg magit)
   "Packages in this list will be compiled asynchronously by `package--compile'.
 All the dependencies of these packages will be compiled async too,
 so no need to add dependencies to this list.



reply via email to

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