mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-02 14:53:38 -05:00
bump: :lang beancount emacs-lisp markdown
Wilfred/elisp-def@1ad4baccbf -> Wilfred/elisp-def@2451ed6594 ardumont/markdown-toc@1b0c5ae7f3 -> ardumont/markdown-toc@e3429d3014 beancount/beancount-mode@ddd4b87257 -> beancount/beancount-mode@eb8b9b72a7 jorgenschaefer/emacs-buttercup@c467c659b2 -> jorgenschaefer/emacs-buttercup@cc5a2ab7c7 jrblevin/markdown-mode@90ad4af79a -> jrblevin/markdown-mode@d51c469133 seagle0128/grip-mode@96a927dce6 -> seagle0128/grip-mode@11fecd5b38
This commit is contained in:
@@ -19,7 +19,6 @@ capture, the end position, and the output buffer.")
|
||||
:mode ("/README\\(?:\\.md\\)?\\'" . gfm-mode)
|
||||
:init
|
||||
(setq markdown-italic-underscore t
|
||||
markdown-asymmetric-header t
|
||||
markdown-gfm-additional-languages '("sh")
|
||||
markdown-make-gfm-checkboxes-buttons t
|
||||
markdown-fontify-whole-heading-line t
|
||||
|
@@ -1,15 +1,15 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/markdown/packages.el
|
||||
|
||||
(package! markdown-mode :pin "90ad4af79a8bb65a3a5cdd6314be44abd9517cfc")
|
||||
(package! markdown-toc :pin "1b0c5ae7f306f60b909390cad009b76660dd5acd")
|
||||
(package! markdown-mode :pin "d51c469133d220823cc6ab50ff8e8743ed6e42fb")
|
||||
(package! markdown-toc :pin "e3429d3014655b7d2ff6d5ac12b27d4d94fdcee4")
|
||||
|
||||
;; Required by `markdown-mode', or it will install it via package.el if it isn't
|
||||
;; present when you call `markdown-edit-code-block'.
|
||||
(package! edit-indirect :pin "82a28d8a85277cfe453af464603ea330eae41c05")
|
||||
|
||||
(when (modulep! +grip)
|
||||
(package! grip-mode :pin "96a927dce69d7607b981d7754cf8b415ebf9d6a8"))
|
||||
(package! grip-mode :pin "11fecd5b38c78597ff53a39fb3a090e7c80350fa"))
|
||||
|
||||
(when (modulep! :editor evil +everywhere)
|
||||
(package! evil-markdown
|
||||
|
Reference in New Issue
Block a user