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

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

[nongnu] elpa/swsw 8044341fdb 040/146: ; Update README to no longer sugg


From: ELPA Syncer
Subject: [nongnu] elpa/swsw 8044341fdb 040/146: ; Update README to no longer suggest binding 'C-x o' in 'swsw-mode-map'
Date: Wed, 25 May 2022 02:59:42 -0400 (EDT)

branch: elpa/swsw
commit 8044341fdb0a72843499f354d84055e94d411028
Author: Daniel Semyonov <cmstr@dsemy.com>
Commit: Daniel Semyonov <cmstr@dsemy.com>

    ; Update README to no longer suggest binding 'C-x o' in 'swsw-mode-map'
---
 README | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/README b/README
index cfb10bd3af..95d00e5aa5 100644
--- a/README
+++ b/README
@@ -22,15 +22,10 @@ Usage:
 Enable `swsw-mode' and (optionally) bind `swsw-select' to a key:
 
 (swsw-mode)
-(define-key swsw-mode-map "C-x o" #'swsw-select)
 
 For use-package users:
 
 (use-package swsw
-  :demand ; :bind keyword causes loading to defer.
-  :bind
-  (:map swsw-mode-map
-        ("C-x o" . swsw-select))
   :config
   (swsw-mode))
 
@@ -42,8 +37,7 @@ When swsw-mode is active:
 - Window IDs are assigned to all windows on all frames (by default, see
   `swsw-scope').
 
-C-x o RET ID (if bound) or M-x swsw-select RET ID switches focus to the window
-which corresponds to ID.
+C-x o ID switches focus to the window which corresponds to ID.
 
 You can customize `swsw-mode' using the customize interface:
 



reply via email to

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