emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/d-mode 72c1bbd 056/346: Update the README.


From: ELPA Syncer
Subject: [nongnu] elpa/d-mode 72c1bbd 056/346: Update the README.
Date: Sun, 29 Aug 2021 11:00:03 -0400 (EDT)

branch: elpa/d-mode
commit 72c1bbd6e19553e18680cfdaa262b1f1f78331c8
Author: Russel Winder <russel@winder.org.uk>
Commit: Russel Winder <russel@winder.org.uk>

    Update the README.
---
 README.md | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 835869b..83719d8 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,18 @@
 Emacs D Mode
 ============
 
-An Emacs mode for editing D code.
+An Emacs major mode for editing D code.
 
-Currently known to work with Emacs 23 and Emacs 24.
+Currently known to work with Emacs 24 and believed to work with Emacs 23.
+
+The best way of installing this major mode, at least for Emacs 24, is to use 
the packaging system. Add
+MELPA to the list of repositories:
+
+    (require 'package)
+    (add-to-list 'package-archives
+             '("melpa" . "http://melpa.milkbox.net/packages/";) t)
+    (package-initialize)
+
+and then use M-x package-list-package to get to the package listing and 
install from there. MELPA tracks
+this Git repository and updates relatively soon after each commit, so there 
are no formal releases of this
+major mode per se any longer.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]