diff options
author | Jesús <heckyel@hyperbola.info> | 2020-01-11 12:23:09 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-01-11 12:23:09 -0500 |
commit | efc4481710083c17714a693438ed44d01115ae5f (patch) | |
tree | 30b205e7c102e45e94a2af71446190ff74b367b6 /src/comments.el | |
parent | 34b1f5acd1ae2dccd6a51df7bd89fae6821c9be4 (diff) | |
download | emmet-mode-efc4481710083c17714a693438ed44d01115ae5f.tar.lz emmet-mode-efc4481710083c17714a693438ed44d01115ae5f.tar.xz emmet-mode-efc4481710083c17714a693438ed44d01115ae5f.zip |
improve AUTHORS
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) - - |