diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 08:53:11 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 08:53:11 +0100 |
| commit | 201d8e188fbe59c84e73d05097bb3eeb4495162e (patch) | |
| tree | 9c977ba9fbd7de11aba3ce70282af485ddfc11a5 | |
| parent | 8413d2dc9b3347831aa9e8c8b2524af3ef005441 (diff) | |
; Prefer HTTPS to HTTP in URLsexternals/dts-mode
| -rw-r--r-- | README.mkd | 2 | ||||
| -rw-r--r-- | dts-mode.el | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ This is a quick attempt at getting basic highlighting for [Device Tree][devicetree] syntax in emacs. While it's fairly functional, it's not pretty; pull requests welcome. -[devicetree]: http://www.devicetree.org/ +[devicetree]: https://www.devicetree.org/ ## Installation diff --git a/dts-mode.el b/dts-mode.el index aa058dc..a31bea9 100644 --- a/dts-mode.el +++ b/dts-mode.el @@ -18,12 +18,12 @@ ;; GNU 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/>. +;; along with this program. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: ;; This provides basic editing support for DTS files (see -;; http://www.devicetree.org/), with the following features: +;; https://www.devicetree.org/), with the following features: ;; ;; - Font-lock highlighting ;; - SMIE-based automatic indentation |
