chore: update docs & bump version

This commit is contained in:
Pavel Korytov 2021-12-24 23:21:32 +03:00
parent 5b13dc7ecf
commit ebe6f50be2
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ The package provides a minor mode, =perspective-exwm-mode=, which is meant to be
* Usage and details * Usage and details
- =perspective-exwm-mode=\\ - =perspective-exwm-mode=\\
The mode does a couple of things: The mode does a couple of things:
- advises away a bug with half-killing the current perspective when closing a floating window. I haven't tested this as thoroughly, so run =M-x perspective-exwm-revive-perspectives= if the problem arises anyway. - advises away a bug with half-killing the current perspective when closing a floating window. +I haven't tested this as thoroughly+ I haven't run into this issue for nearly a month, so it seems to be fixed. But there's =M-x perspective-exwm-revive-perspectives= if the problem arises anyway.
- fixes a bug with running =persp-set-buffer= on an EXWM buffer that was moved between workspaces by advising =persp-buffer-in-other-p=. - fixes a bug with running =persp-set-buffer= on an EXWM buffer that was moved between workspaces by advising =persp-buffer-in-other-p=.
- fixes a bug with =persp-set-buffer= copying all the perspectives from other workspaces to the current one. - fixes a bug with =persp-set-buffer= copying all the perspectives from other workspaces to the current one.
- adjusts the name of the initial perspective in the new workspace. It tries to get the name from the =perspective-exwm-override-initial-name= variable and fallbacks to =main-<index>=. - adjusts the name of the initial perspective in the new workspace. It tries to get the name from the =perspective-exwm-override-initial-name= variable and fallbacks to =main-<index>=.

View file

@ -5,7 +5,7 @@
;; Author: Korytov Pavel <thexcloud@gmail.com> ;; Author: Korytov Pavel <thexcloud@gmail.com>
;; Maintainer: Korytov Pavel <thexcloud@gmail.com> ;; Maintainer: Korytov Pavel <thexcloud@gmail.com>
;; Version: 0.1.3 ;; Version: 0.1.4
;; Package-Requires: ((emacs "27.1") (burly "0.2-pre") (exwm "0.26") (perspective "2.17")) ;; Package-Requires: ((emacs "27.1") (burly "0.2-pre") (exwm "0.26") (perspective "2.17"))
;; Homepage: https://github.com/SqrtMinusOne/perspective-exwm.el ;; Homepage: https://github.com/SqrtMinusOne/perspective-exwm.el