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

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

[elpa] externals/dts-mode f5149bd 4/4: Add Commentary and mention it's o


From: Stefan Monnier
Subject: [elpa] externals/dts-mode f5149bd 4/4: Add Commentary and mention it's on GNU ELPA
Date: Sat, 27 Mar 2021 13:58:27 -0400 (EDT)

branch: externals/dts-mode
commit f5149bd4f28e87ac9b6edd1e0850847eae39b72c
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    Add Commentary and mention it's on GNU ELPA
---
 .gitignore  |  4 ++++
 README.mkd  |  5 +++--
 dts-mode.el | 10 ++++++++--
 3 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0cc032e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.elc
+
+/dts-mode-autoloads.el
+/dts-mode-pkg.el
diff --git a/README.mkd b/README.mkd
index 8de2d90..3b8599d 100644
--- a/README.mkd
+++ b/README.mkd
@@ -8,5 +8,6 @@ pretty; pull requests welcome.
 
 ## Installation
 
-Available through [MELPA](http://melpa.milkbox.net/#/). Alternatively ensure
-`dts-mode.el` is available in `load-path` and `(require 'dts-mode)`.
+Available from [GNU ELPA](https://elpa.gnu.org/packages/dts-mode.html).
+Alternatively ensure `dts-mode.el` is available in `load-path`
+and `(require'dts-mode)`.
diff --git a/dts-mode.el b/dts-mode.el
index 2b1a868..736e3aa 100644
--- a/dts-mode.el
+++ b/dts-mode.el
@@ -1,8 +1,8 @@
 ;;; dts-mode.el --- Major mode for Device Tree source files
 
-;; Copyright (C) 2014-2015  Free Software Foundation, Inc.
+;; Copyright (C) 2014-2021  Free Software Foundation, Inc.
 
-;; Version: 0.1.0
+;; Version: 0.1.1
 ;; Author: Ben Gamari <ben@smart-cactus.org>
 ;; Keywords: languages
 
@@ -21,7 +21,13 @@
 
 ;;; Commentary:
 
+;; This provides basic editing support for DTS files (see
+;; http://www.devicetree.org/), with the following features:
 ;;
+;; - Font-lock highlighting
+;; - SMIE-based automatic indentation
+
+;;; News:
 
 ;;; Code:
 



reply via email to

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