ソースを参照

Add links to packages that use ido

Ryan C. Thompson 8 年 前
コミット
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
 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 #