emacs-diffs
[Top][All Lists]
Advanced

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

scratch/tzz/auth-source-reveal-mode 8a0eb61: doc/misc/auth.texi: js2-mod


From: Teodor Zlatanov
Subject: scratch/tzz/auth-source-reveal-mode 8a0eb61: doc/misc/auth.texi: js2-mode is derived from prog-mode
Date: Fri, 19 Jun 2020 10:36:46 -0400 (EDT)

branch: scratch/tzz/auth-source-reveal-mode
commit 8a0eb612bf7513d47e6caffa4bb48b6031f71d5f
Author: Ted Zlatanov <tzz@lifelogs.com>
Commit: Ted Zlatanov <tzz@lifelogs.com>

    doc/misc/auth.texi: js2-mode is derived from prog-mode
---
 doc/misc/auth.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi
index bb632ba..001d70f 100644
--- a/doc/misc/auth.texi
+++ b/doc/misc/auth.texi
@@ -305,7 +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 js2-mode text-mode) . auth-source-reveal-mode))
+  ((prog-mode text-mode) . auth-source-reveal-mode))
 @end example
 
 You should definitely customize



reply via email to

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