From d4f4c50cbbe019e8e4325b30086d758aceaacca8 Mon Sep 17 00:00:00 2001 From: Farlado Date: Sun, 15 Mar 2020 20:09:11 -0400 Subject: [PATCH] Fix file header and emacs version dependency --- mood-line.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mood-line.el b/mood-line.el index c510768..a85f0a7 100644 --- a/mood-line.el +++ b/mood-line.el @@ -1,10 +1,10 @@ -;;; mood-line.el --- A minimal mode-line inspired by doom-modeline. -*- lexical-binding: t; -*- +;;; mood-line.el --- A minimal mode-line inspired by doom-modeline -*- lexical-binding: t; -*- ;; Author: Jessie Hildebrandt ;; Homepage: https://gitlab.com/jessieh/mood-line ;; Keywords: mode-line faces ;; Version: 1.2.1 -;; Package-Requires: ((emacs "24.4")) +;; Package-Requires: ((emacs "25.1")) ;; This file is not part of GNU Emacs.