Skip to content

Commit

Permalink
Change URL to canonical upstream
Browse files Browse the repository at this point in the history
The upstream bug preventing loading was fixed.

Also shorten the description.
  • Loading branch information
rrthomas committed Feb 25, 2015
1 parent 5e32662 commit 9a0e9b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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))

0 comments on commit 9a0e9b1

Please sign in to comment.