branch: elpa/textile-mode commit 16ac26b5b4c9bb5c7a3c7aed6c6b3a6c5fb8c62c Author: Philip Kal <phil...@posteo.net> Commit: GitHub <nore...@github.com>
Fix package header --- textile-mode.el | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/textile-mode.el b/textile-mode.el index 0f9b924172..23271753e5 100644 --- a/textile-mode.el +++ b/textile-mode.el @@ -3,7 +3,9 @@ ;; Copyright (C) 2006 Free Software Foundation, Inc. ;; Author: Julien Barnier <jul...@nozav.org> -;; $Id: textile-mode.el 6 2006-03-30 22:37:08Z juba $ +;; URL: https://github.com/juba/textile-mode +;; Keywords: wp, languages +;; Version: 1.0.0 ;; This file is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -22,10 +24,10 @@ ;;; Commentary: -;; - +;; An emacs major mode for Textile markup language +;; (https://textile-lang.com/) editing. -;; Known bugs or limitations: +;;; Known bugs or limitations: ;; - if several {style}, [lang] or (class) attributes are given for ;; the same block, only the first one of each type will be @@ -33,14 +35,9 @@ ;; ;; - some complex imbrications of inline markup and attributes are ;; not well-rendered (for example, *strong *{something}notstrong*) -;; - - ;;; Code: - - (defvar textile-mode-map (let ((map (make-sparse-keymap))) (define-key map [foo] 'textile-do-foo)