s/doom-store-set/doom-store-put

This was renamed in 4b28e9ce8
This commit is contained in:
Henrik Lissner 2020-05-12 20:19:41 -04:00
parent d7061c8663
commit 2419990caa
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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)