From ce3d302d3781b1ed6d94b571b2c14daecb136324 Mon Sep 17 00:00:00 2001 From: Harold Wu Date: Sun, 10 Mar 2019 17:22:29 +0800 Subject: [PATCH 1/3] aweshell --- recipes/aweshell.rcp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 recipes/aweshell.rcp diff --git a/recipes/aweshell.rcp b/recipes/aweshell.rcp new file mode 100644 index 000000000..d117c973f --- /dev/null +++ b/recipes/aweshell.rcp @@ -0,0 +1,4 @@ +(:name aweshell + :type github + :description "Awesome shell extension base on eshell with wonderful features!" + :pkgname "manateelazycat/aweshell") From 7736bcf31a877a30de2a0dae7538f0b81a3fc4ff Mon Sep 17 00:00:00 2001 From: Harold Wu Date: Mon, 11 Mar 2019 00:46:08 +0800 Subject: [PATCH 2/3] add require --- recipes/aweshell.rcp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/aweshell.rcp b/recipes/aweshell.rcp index d117c973f..19abc4fb3 100644 --- a/recipes/aweshell.rcp +++ b/recipes/aweshell.rcp @@ -1,4 +1,6 @@ (:name aweshell :type github :description "Awesome shell extension base on eshell with wonderful features!" - :pkgname "manateelazycat/aweshell") + :pkgname "manateelazycat/aweshell" + :post-init + (require 'aweshell)) From 41cab5b9766c87fc78527ab869cc9f556c2199e3 Mon Sep 17 00:00:00 2001 From: Yu-Fu Wu Date: Mon, 30 Dec 2019 03:30:31 +0800 Subject: [PATCH 3/3] Update aweshell.rcp Aweshell will be required once the user initializes the eshell-mode --- recipes/aweshell.rcp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/aweshell.rcp b/recipes/aweshell.rcp index 19abc4fb3..eab4875cc 100644 --- a/recipes/aweshell.rcp +++ b/recipes/aweshell.rcp @@ -2,5 +2,5 @@ :type github :description "Awesome shell extension base on eshell with wonderful features!" :pkgname "manateelazycat/aweshell" - :post-init - (require 'aweshell)) + :prepare + (autoload 'eshell "aweshell" nil t))