diff --git a/recipes/ert-expectations.rcp b/recipes/ert-expectations.rcp new file mode 100644 index 00000000..6dcdecc6 --- /dev/null +++ b/recipes/ert-expectations.rcp @@ -0,0 +1,3 @@ +(:name ert-expectations + :description "Minimalist unit testing framework" + :type emacswiki) diff --git a/recipes/tff.rcp b/recipes/tff.rcp new file mode 100644 index 00000000..4ae2025f --- /dev/null +++ b/recipes/tff.rcp @@ -0,0 +1,6 @@ +(:name tff + :type http + :website "https://github.com/gizmomogwai/tff" + :description "Toggles between friend files (e.g. h and cpp). See customize-group tff. This deprecates toggle-friend-file" + :url "https://github.com/gizmomogwai/tff/raw/master/tff.el" + :features tff) diff --git a/recipes/toggle-friend-file.rcp b/recipes/toggle-friend-file.rcp index 71b37aac..9102b188 100644 --- a/recipes/toggle-friend-file.rcp +++ b/recipes/toggle-friend-file.rcp @@ -1,7 +1,6 @@ (:name toggle-friend-file :type http :website "https://github.com/gizmomogwai/toggle-friend-file" - :description "Toggles between friend files (e.g. h and cpp). See customize-group toggle-friend-file." + :description "Deprecated by tff! Toggles between friend files (e.g. h and cpp). See customize-group toggle-friend-file." :url "https://github.com/gizmomogwai/toggle-friend-file/raw/master/toggle-friend-file.el" :features toggle-friend-file) -