From 0504fef2de969f74972e219737d48955ccb8cb36 Mon Sep 17 00:00:00 2001 From: brotzeit Date: Wed, 25 Jul 2018 15:09:44 +0200 Subject: [PATCH] remove emacs25 support --- rustic.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustic.el b/rustic.el index 9a0ccb45..30684277 100644 --- a/rustic.el +++ b/rustic.el @@ -4,7 +4,7 @@ ;; Author: Mozilla ;; ;; Keywords: languages -;; Package-Requires: ((emacs "25.3") (xterm-color "1.6") (dash "2.13.0") (s "1.10.0") (f "0.18.2") (projectile "0.14.0") (markdown-mode "2.3")) +;; Package-Requires: ((emacs "26.1") (xterm-color "1.6") (dash "2.13.0") (s "1.10.0") (f "0.18.2") (projectile "0.14.0") (markdown-mode "2.3")) ;; This file is distributed under the terms of both the MIT license and the ;; Apache License (version 2.0).