From: Eshel Yaron Date: Mon, 20 Mar 2023 15:14:04 +0000 (+0200) Subject: Add log-edit-comment-ring to savehist-additional-variables X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e3708d45dd99bb3dee9f6bc182bcb142b7e77acf;p=dotfiles.git Add log-edit-comment-ring to savehist-additional-variables --- 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