From 448cfea37c5aad16ff67738130786f74fc7bd539 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Sun, 5 Feb 2023 00:12:08 -0500 Subject: [PATCH] Update call to deprecated undo-fu-session function --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 0b19bd8..0a34c85 100644 --- a/init.el +++ b/init.el @@ -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"))