[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] scratch/editorconfig-cc 3e87c37ce7 245/351: Use reference link
From: |
Stefan Monnier |
Subject: |
[nongnu] scratch/editorconfig-cc 3e87c37ce7 245/351: Use reference link |
Date: |
Thu, 13 Jun 2024 18:38:59 -0400 (EDT) |
branch: scratch/editorconfig-cc
commit 3e87c37ce76ddc8ef7a7d8c10f08ac0b4279ce5c
Author: 10sr <8.slashes@gmail.com>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
Use reference link
---
README.md | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 901ac3f21d..153aa42eac 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,7 @@
## Setup
-This package is available from [MELPA](https://melpa.org/#/editorconfig)
-and [MELPA Stable](https://stable.melpa.org/#/editorconfig).
+This package is available from [MELPA][] and [MELPA Stable][].
Install from there and enable global minor-mode `editorconfig-mode`:
```emacs-lisp
@@ -144,7 +143,7 @@ init.el:
### Development
-Make and [CMake](https://cmake.org) must be installed to run the tests
+Make and [CMake][] must be installed to run the tests
locally:
$ make test
@@ -166,6 +165,13 @@ General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
+
+
+[Emacs]: https://www.gnu.org/software/emacs/
+[MELPA]: https://melpa.org/#/editorconfig
+[MELPA Stable]: https://stable.melpa.org/#/editorconfig
+[use-package]: https://www.emacswiki.org/emacs/UsePackage
[EditorConfig]: https://editorconfig.org
[EditorConfig C Core]: https://github.com/editorconfig/editorconfig-core-c
[properties]: https://editorconfig.org/#supported-properties
+[CMake]: https://cmake.org
- [nongnu] scratch/editorconfig-cc 4a509abae7 037/351: Rename editorconfig-find-file-hook to editorconfig-apply, (continued)
- [nongnu] scratch/editorconfig-cc 4a509abae7 037/351: Rename editorconfig-find-file-hook to editorconfig-apply, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc b9fb9e4484 177/351: Fix info top page (#165), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc f8c0b1240d 188/351: Update Makefile for info generation, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 5f5cad1ee4 205/351: Update README.md for hook name change, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 246c391729 222/351: Add function to get properties from handlers as hash, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 70cdb88f75 208/351: Fix version when -custom-hooks has marked as obsolete, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 212157a779 251/351: Make -version print packaging version, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc b719047f0d 247/351: Update plugin-tests submodule, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 8caddd3d40 293/351: Move hack-properties-function run, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc bf4f51783c 250/351: Bump version to v0.8.0, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 3e87c37ce7 245/351: Use reference link,
Stefan Monnier <=
- [nongnu] scratch/editorconfig-cc e3e3a90e9d 273/351: Update README to help bootstrap users (#219), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc d4ab913044 287/351: Refactoring & add editorconfig-2-mode for beta test (#248), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 64b2f0d553 301/351: Update README for NonGNU ELPA repository (#259), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 62a1f3c44f 286/351: Stop excluding remote files by default (#245), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 6f5e3b2429 274/351: Add doc about make sandbox, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 11625f5c81 254/351: Add explicit support for rpm-spec-mode, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 1e084799c0 289/351: Update docstrings, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 08f55b212b 264/351: Fix typos (#212), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 92937591a3 267/351: Update README, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 7a7a8c99a6 281/351: Add github actions badge, Stefan Monnier, 2024/06/13