From 2419990caadf707a89418892d22da3dbf3d5a32e Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 12 May 2020 20:19:41 -0400 Subject: [PATCH] s/doom-store-set/doom-store-put This was renamed in 4b28e9ce8 --- docs/api.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.org b/docs/api.org index 9c3f8e1c5..350249303 100644 --- a/docs/api.org +++ b/docs/api.org @@ -546,7 +546,7 @@ These are side-by-side comparisons, showing how to bind keys with and without (fullscreen . ,fullscreen)))))) (defun save-frame-dimensions () - (doom-store-set 'last-frame-size + (doom-store-put 'last-frame-size (list (frame-position) (frame-width) (frame-height)