[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/golden-ratio 007911d8a4 89/95: Merge pull request #62 from
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/golden-ratio 007911d8a4 89/95: Merge pull request #62 from arbelt/persp-fix |
Date: |
Thu, 7 Sep 2023 22:02:16 -0400 (EDT) |
branch: elpa/golden-ratio
commit 007911d8a431b72670f5fe5f0e5b4380c2777a31
Merge: f5807212d3 d06170e2b7
Author: Roman Gonzalez <roman@users.noreply.github.com>
Commit: GitHub <noreply@github.com>
Merge pull request #62 from arbelt/persp-fix
fix for persp-switch-quick
---
golden-ratio.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/golden-ratio.el b/golden-ratio.el
index 0b6103e62b..28a637d939 100644
--- a/golden-ratio.el
+++ b/golden-ratio.el
@@ -181,8 +181,8 @@ will prevent the window to be resized to the golden ratio."
(when (or (memq this-command golden-ratio-extra-commands)
(and (consp this-command) ; A lambda form.
(loop for com in golden-ratio-extra-commands
- thereis (or (memq com this-command)
- (memq (car-safe com) this-command)))))
+ thereis (or (member com this-command)
+ (member (car-safe com) this-command)))))
;; This is needed in emacs-25 to avoid this error from `recenter':
;; `recenter'ing a window that does not display current-buffer.
;; This doesn't happen in emacs-24.4 and previous versions.
- [nongnu] elpa/golden-ratio 26f616f658 70/95: set auto-scale to nil by default., (continued)
- [nongnu] elpa/golden-ratio 26f616f658 70/95: set auto-scale to nil by default., ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio e2cbe68277 71/95: Use a common way to avoid recursion, ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio 79b1743fc1 73/95: Merge pull request #45 from vkazanov/master, ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio b78f921f56 74/95: Allow using symbols in golden-ratio-exclude-modes., ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio 7215ffcc56 77/95: Don't shrink selected window, ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio 5a661d32df 80/95: Fix usage of golden-ration in gnus buffers (#49)., ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio 4f24b707da 82/95: Allow using golden-ration command when golden-ratio-mode is disabled (#51)., ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio 72b028808b 83/95: Allow buffer exclusion with regular expressions (#58)., ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio d06170e2b7 84/95: fix for persp-switch-quick, ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio 9059e1d139 87/95: Merge pull request #66 from Bad-ptr/master, ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio 007911d8a4 89/95: Merge pull request #62 from arbelt/persp-fix,
ELPA Syncer <=
- [nongnu] elpa/golden-ratio 0ea8c89807 90/95: Add license header, ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio 362ab0ede7 91/95: Bump version to 1.0.1, ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio 3d93baf3c0 94/95: Merge pull request #92 from shouya/minimal-change, ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio 650121be18 18/95: Support exclusions based on buffer name or major mode, ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio 9843ca2239 20/95: Merge pull request #15 from hickinbottoms/feature/add-exemptions, ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio feddcbe68b 21/95: Merge remote-tracking branch 'upstream/master', ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio ef6f8ce72d 22/95: Support exclusions based on inhabit function, ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio af7c754985 24/95: Added advice on `delete-window`, ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio 550fb22580 32/95: * golden-ratio.el (window-width-after-balance, window-height-after-balance): new, ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio 8f1cd6c9fd 38/95: * golden-ratio.el: make golden-ratio-mode global and recenter window., ELPA Syncer, 2023/09/07