Просмотр исходного кода

Add links to packages that use ido

Ryan C. Thompson 9 лет назад
Родитель
Сommit
421f3775dc
1 измененных файлов с 3 добавлено и 3 удалено
  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 #