Parcourir la source

Add links to packages that use ido

Ryan C. Thompson il y a 9 ans
Parent
commit
421f3775dc
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  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 #