1

Update call to deprecated undo-fu-session function

This commit is contained in:
Jessie Hildebrandt 2023-02-05 00:12:08 -05:00
parent e7d5ff8356
commit 448cfea37c

View File

@ -1355,7 +1355,7 @@ DOCSTRING is an optional form that is discarded upon expansion."
(external-package undo-fu-session
"Saves and recovers undo history of files between editing sessions."
:config
(global-undo-fu-session-mode)
(undo-fu-session-global-mode)
:custom
(undo-fu-session-directory user/undo-history-directory "Set custom undo history storage location"))