From 983270abc127c36d4e6ce644aca7eebc88fd9151 Mon Sep 17 00:00:00 2001 From: James Gough Date: Mon, 2 Dec 2019 01:27:22 +0000 Subject: [PATCH] Hide release notes (too distracting) --- core/core-spacemacs-buffer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-spacemacs-buffer.el b/core/core-spacemacs-buffer.el index 806cd1da29fd..6ea373836ebd 100644 --- a/core/core-spacemacs-buffer.el +++ b/core/core-spacemacs-buffer.el @@ -37,7 +37,7 @@ See `dotspacemacs-startup-buffer-responsive'.") "Length used for startup lists with otherwise unspecified bounds. Set to nil for unbounded.") -(defvar spacemacs-buffer--release-note-version nil +(defvar spacemacs-buffer--release-note-version "9999999999" "If nil the release note is displayed. If non nil it contains a version number, if the version number is lesser than the current version the release note it displayed")