From 9a0e9b10f08107de542fd34e54dd5a968242b4d5 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Wed, 25 Feb 2015 10:59:52 +0000 Subject: [PATCH] Change URL to canonical upstream The upstream bug preventing loading was fixed. Also shorten the description. --- recipes/dtrt-indent.rcp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/dtrt-indent.rcp b/recipes/dtrt-indent.rcp index 33a66cfc6..bd4a6677c 100644 --- a/recipes/dtrt-indent.rcp +++ b/recipes/dtrt-indent.rcp @@ -1,6 +1,6 @@ (:name dtrt-indent - :description "A minor mode that guesses the indentation offset originally used for creating source code files and transparently adjusts the corresponding settings in Emacs, making it more convenient to edit foreign files." + :description "A minor mode that guesses the indentation offset originally used for creating source code files and transparently adjusts the corresponding settings in Emacs." :type github - :pkgname "rrthomas/dtrt-indent" ; has a fix for a bug that prevents loading; change back to "jscheid/" once https://github.com/jscheid/dtrt-indent/pull/10 is addressed + :pkgname "jscheid/dtrt-indent" :features (dtrt-indent) :post-init (dtrt-indent-mode 1))