From e3708d45dd99bb3dee9f6bc182bcb142b7e77acf Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Mon, 20 Mar 2023 17:14:04 +0200 Subject: [PATCH] Add log-edit-comment-ring to savehist-additional-variables --- .emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 8d16205..3c5e75d 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -411,6 +411,8 @@ sql-input-ring-file-name (expand-file-name ".sqli-history" user-emacs-directory) ;; use relative line numbers display-line-numbers-type 'relative + ;; persist Git commit message history + savehist-additional-variables '(log-edit-comment-ring) ) ;;;; load the modus-vivendi theme -- 2.39.2