From 8c498a39874368bea5604b81e8c7d18f8e60e9db Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 21 Nov 2015 16:16:09 -0800 Subject: [PATCH] require emacs 24 for multi-line --- dotfiles/emacs.d/load.d/multi-line.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/load.d/multi-line.el b/dotfiles/emacs.d/load.d/multi-line.el index 7ccbc239..a0adfd8b 100644 --- a/dotfiles/emacs.d/load.d/multi-line.el +++ b/dotfiles/emacs.d/load.d/multi-line.el @@ -6,7 +6,7 @@ ;; Keywords: multi line length whitespace programming ;; URL: https://github.com/IvanMalison/multi-line ;; Version: 0.0.0 -;; Package-Requires: +;; Package-Requires: ((emacs "24")) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by