From 30ec9fb81f76b263de96639c87e74b38cb883754 Mon Sep 17 00:00:00 2001 From: Syohei YOSHIDA Date: Sat, 16 Jul 2016 23:17:38 +0900 Subject: [PATCH] Remove :features property Because quickrun sets autoload cookie correctly and it should be loaded at first using time, not initializing time. --- recipes/quickrun.rcp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/quickrun.rcp b/recipes/quickrun.rcp index b0b60310..a0b18e04 100644 --- a/recipes/quickrun.rcp +++ b/recipes/quickrun.rcp @@ -2,5 +2,4 @@ :description "Run commands quickly" :website "https://github.com/syohex/emacs-quickrun" :type github - :pkgname "syohex/emacs-quickrun" - :features "quickrun") + :pkgname "syohex/emacs-quickrun")