Browse Source

Add links to packages that use ido

Ryan C. Thompson 8 years ago
parent
commit
421f3775dc
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -95,9 +95,9 @@ ido-ubiquitous specifically avoids interfering with these. If you use
 any of the following packages, you need to enable ido for each of them
 any of the following packages, you need to enable ido for each of them
 separately.
 separately.
 
 
-* Magit: `(setq magit-completing-read-function 'magit-ido-completing-read)`
-* Gnus: `(setq gnus-completing-read-function 'gnus-ido-completing-read)`
-* ESS: `(setq ess-use-ido t)`
+* [Magit](https://magit.vc/): `(setq magit-completing-read-function 'magit-ido-completing-read)`
+* [Gnus](http://www.gnus.org/): `(setq gnus-completing-read-function 'gnus-ido-completing-read)`
+* [ESS](https://ess.r-project.org/): `(setq ess-use-ido t)`
 
 
 # Frequently asked questions #
 # Frequently asked questions #