From 8dc6afdcd595cea6cbdc97194de3d122c6e66119 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Tue, 30 May 2023 09:27:51 +0200 Subject: [PATCH] bump version --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index e533f64..d159fdc 100644 --- a/init.el +++ b/init.el @@ -3,7 +3,7 @@ ;; My emacs config has a version (consisting of a timestamp with a ;; serial), which I display in the mode line. So I can clearly see, if ;; I'm using an outdated config somewhere. -(defvar tvd-emacs-version "20230412.01") +(defvar tvd-emacs-version "20230530.01") ;; I prefer a bare bones emacs window without any distractions, so turn them off. (menu-bar-mode -1)