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

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

[elpa] externals/csharp-mode b87332e 222/459: Update documentation for E


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode b87332e 222/459: Update documentation for Emacs 25.
Date: Sun, 22 Aug 2021 13:59:31 -0400 (EDT)

branch: externals/csharp-mode
commit b87332e7f9fd543e4b3d32ed97b96daf7426c31f
Author: Jostein Kjønigsen <jostein@kjonigsen.net>
Commit: Jostein Kjønigsen <jostein@kjonigsen.net>

    Update documentation for Emacs 25.
    
    Incidentally cause a new package-build, which will lead new
    Emacs 25-users to get a recompiled package.
    
    Everyone(?) wins.
---
 README.org | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 85d07d9..963b22c 100644
--- a/README.org
+++ b/README.org
@@ -38,7 +38,9 @@ To do so, add the following to your .emacs-file:
 #+BEGIN_SRC emacs-lisp
   (defun my-csharp-mode-hook ()
     ;; enable the stuff you want for C# here
-    (electric-pair-mode 1))
+    (electric-pair-mode 1)       ;; Emacs 24
+    (electric-pair-local-mode 1) ;; Emacs 25
+    )
   (add-hook 'csharp-mode-hook 'my-csharp-mode-hook)
 #+END_SRC
 



reply via email to

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