diff --git a/README.org b/README.org index 953e1d3..de38f92 100644 --- a/README.org +++ b/README.org @@ -22,7 +22,7 @@ The package provides a minor mode, =perspective-exwm-mode=, which is meant to be * Usage and details - =perspective-exwm-mode=\\ 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 =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-=. diff --git a/perspective-exwm.el b/perspective-exwm.el index dd9cbfc..317e9fc 100644 --- a/perspective-exwm.el +++ b/perspective-exwm.el @@ -5,7 +5,7 @@ ;; Author: Korytov Pavel ;; Maintainer: Korytov Pavel -;; Version: 0.1.3 +;; Version: 0.1.4 ;; Package-Requires: ((emacs "27.1") (burly "0.2-pre") (exwm "0.26") (perspective "2.17")) ;; Homepage: https://github.com/SqrtMinusOne/perspective-exwm.el