From 8fcacbe915298d38d60c278412e5afdfc0bd8354 Mon Sep 17 00:00:00 2001 From: "robert.irelan" Date: Wed, 9 Feb 2022 19:32:08 -0800 Subject: [PATCH] Fix package-lint errors, enable lexical-binding --- org-pomodoro.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org-pomodoro.el b/org-pomodoro.el index 30e6921..0c6c5c1 100644 --- a/org-pomodoro.el +++ b/org-pomodoro.el @@ -1,10 +1,10 @@ -;;; org-pomodoro.el --- Pomodoro implementation for org-mode. +;;; org-pomodoro.el --- Pomodoro implementation for org-mode -*- lexical-binding: t; -*- ;; Author: Arthur Leonard Andersen , Marcin Koziej ;; URL: https://github.com/lolownia/org-pomodoro ;; Created: May 10, 2013 ;; Version: 2.1.0 -;; Package-Requires: ((alert "0.5.10") (cl-lib "0.5")) +;; Package-Requires: ((alert "0.5.10") (cl-lib "0.5") (emacs "24.1")) ;; This file is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by