branch: externals/window-commander
commit 95c25ee03c0f8c0bda2353086bfe8302f17f7461
Author: Daniel Semyonov <[email protected]>
Commit: Daniel Semyonov <[email protected]>
; Bump version to 1.0 and update README
---
README | 12 +-----------
swsw.el | 2 +-
2 files changed, 2 insertions(+), 12 deletions(-)
diff --git a/README b/README
index e906a541cc..9ebcae6515 100644
--- a/README
+++ b/README
@@ -8,8 +8,7 @@ similarly to `ace-window' and `switch-window'.
USAGE
When swsw-mode is active:
-- A string ID is added to the beginning of the mode line of each
- active window.
+- A window ID is displayed using a mode line lighter or a display function.
- A single (predefined) character CHAR corresponds to the minibuffer.
- Pressing M-x swsw-select RET ID switches focus to the window which
corresponds to ID, or to the minibuffer if CHAR is entered.
@@ -37,15 +36,6 @@ $ git clone 'https://git.sr.ht/~dsemy/swsw'
:config
(swsw-mode))
-KNOWN ISSUES
-
-- swsw can switch to, but can't display the ID of windows which don't have a
- mode line.
-
-TODO
-
-- Make the display of window IDs modular.
-
COPYRIGHT
Copyright © 2020 Daniel Semyonov <[email protected]>
diff --git a/swsw.el b/swsw.el
index 67afecf7d5..d5e5b871e9 100644
--- a/swsw.el
+++ b/swsw.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2020 Daniel Semyonov
;; Author: Daniel Semyonov <[email protected]>
-;; Version: 0.3
+;; Version: 1.0
;; Package-Requires: ((emacs "23.1"))
;; Keywords: convenience
;; URL: https://sr.ht/~dsemy/swsw