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

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

[nongnu] elpa/ws-butler c907dde343 58/64: Change example config to use p


From: Stefan Kangas
Subject: [nongnu] elpa/ws-butler c907dde343 58/64: Change example config to use prog-mode-hook.
Date: Fri, 31 Dec 2021 11:09:35 -0500 (EST)

branch: elpa/ws-butler
commit c907dde343c04bfcdd10aabb24bf693382bd19bf
Author: alevy03 <alevy03@gmail.com>
Commit: GitHub <noreply@github.com>

    Change example config to use prog-mode-hook.
    
    Make the configuration example more general by enabling ws-butler
    in all programming modes instead of just ruby.
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 98a73aed28..c8dd836180 100644
--- a/README.md
+++ b/README.md
@@ -42,10 +42,10 @@ There might be lines you don't want to get trimmed, e.g. 
spaces in multiline str
 
 To use ws-butler, require it and add ws-butler-mode as a hook on any mode
 where you would like it to be enabled. For example, to enable for all 
-ruby-mode buffers, add this to your .emacs:
+programming language modes, add this to your .emacs:
 
     (require 'ws-butler)
-    (add-hook 'ruby-mode-hook #'ws-butler-mode)
+    (add-hook 'prog-mode-hook #'ws-butler-mode)
 
 Alternatively, you can use ws-butler-global-mode to turn it on everywhere.
 



reply via email to

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