diff options
Diffstat (limited to 'src/comments.el')
-rw-r--r-- | src/comments.el | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/src/comments.el b/src/comments.el index 63f9691..a2acfc7 100644 --- a/src/comments.el +++ b/src/comments.el @@ -1,14 +1,8 @@ -;;; emmet-mode.el --- Unofficial Emmet's support for emacs +;;; emmet-mode.el --- Emmet's support for emacs -;; Copyright (C) 2014- Dmitry Mukhutdinov (@flyingleafe https://github.com/flyingleafe) -;; Copyright (C) 2014- William David Mayo (@pbocks https://github.com/pobocks) -;; Copyright (C) 2013- Shin Aoyama (@smihica https://github.com/smihica) -;; Copyright (C) 2009-2012 Chris Done - -;; Version: 1.0.10 -;; Author: Shin Aoyama <smihica@gmail.com> -;; URL: https://github.com/smihica/emmet-mode -;; Last-Updated: 2014-08-11 Mon +;; Version: 1.0 +;; URL: https://libregit.org/heckyel/emmet-mode +;; Last-Updated: 2020-01-11 Fri ;; Keywords: convenience ;; This file is free software; you can redistribute it and/or modify @@ -61,5 +55,3 @@ ;; ;; This is a fork of zencoding-mode to support Emmet's feature. ;; zencoding-mode (https://github.com/rooney/zencoding) - - |