From fbe17a9961043c66e43b46aa524b35593da78bf4 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Sun, 20 Nov 2022 18:32:51 +0100 Subject: Add nginx-mode.el and update markdown-mode.el --- .emacs.d/lisp/markdown-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.emacs.d/lisp/markdown-mode.el') diff --git a/.emacs.d/lisp/markdown-mode.el b/.emacs.d/lisp/markdown-mode.el index ae6dc47..4e59afa 100644 --- a/.emacs.d/lisp/markdown-mode.el +++ b/.emacs.d/lisp/markdown-mode.el @@ -6,7 +6,7 @@ ;; Author: Jason R. Blevins ;; Maintainer: Jason R. Blevins ;; Created: May 24, 2007 -;; Version: 2.6-dev +;; Version: 2.6-alpha ;; Package-Requires: ((emacs "26.1")) ;; Keywords: Markdown, GitHub Flavored Markdown, itex ;; URL: https://jblevins.org/projects/markdown-mode/ @@ -55,7 +55,7 @@ ;;; Constants ================================================================= -(defconst markdown-mode-version "2.6-dev" +(defconst markdown-mode-version "2.6-alpha" "Markdown mode version number.") (defconst markdown-output-buffer-name "*markdown-output*" -- cgit v1.3