Bump :lang markdown
jrblevin/markdown-mode@c927a11 -> jrblevin/markdown-mode@f47a2e9
ardumont/markdown-toc@eda9650 -> ardumont/markdown-toc@a9f13ee
Somelauw/evil-markdown@46cd81b -> Somelauw/evil-markdown@685d7fb
Reverts 35f18c5e74
because Somelauw/evil-markdown#1 was merged
This commit is contained in:
parent
718ff79dcd
commit
a634aaa4e8
2 changed files with 3 additions and 7 deletions
|
@ -92,10 +92,6 @@ capture, the end position, and the output buffer.")
|
||||||
(use-package! evil-markdown
|
(use-package! evil-markdown
|
||||||
:when (featurep! :editor evil +everywhere)
|
:when (featurep! :editor evil +everywhere)
|
||||||
:hook (markdown-mode . evil-markdown-mode)
|
:hook (markdown-mode . evil-markdown-mode)
|
||||||
:init
|
|
||||||
;; REVIEW Until Somelauw/evil-markdown#1 is resolved:
|
|
||||||
(defun evil-disable-insert-state-bindings ()
|
|
||||||
evil-disable-insert-state-bindings)
|
|
||||||
:config
|
:config
|
||||||
(add-hook 'evil-markdown-mode-hook #'evil-normalize-keymaps)
|
(add-hook 'evil-markdown-mode-hook #'evil-normalize-keymaps)
|
||||||
(map! :map evil-markdown-mode-map
|
(map! :map evil-markdown-mode-map
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; lang/markdown/packages.el
|
;;; lang/markdown/packages.el
|
||||||
|
|
||||||
(package! markdown-mode :pin "c927a114b1b23cf7538181d62fd14679cce7fa25")
|
(package! markdown-mode :pin "f47a2e9796dfdde6fae7920af23647fe027dc34e")
|
||||||
(package! markdown-toc :pin "eda9650a1bf0015e52e9678bd92b0a8beb1d7d71")
|
(package! markdown-toc :pin "a9f13eecd0c7d8be960055dbc2d6f5d3fe6f40ca")
|
||||||
(package! edit-indirect :pin "935ded353b9ed3da67bc61abf245c21b58d88864")
|
(package! edit-indirect :pin "935ded353b9ed3da67bc61abf245c21b58d88864")
|
||||||
|
|
||||||
(when (featurep! +grip)
|
(when (featurep! +grip)
|
||||||
|
@ -11,4 +11,4 @@
|
||||||
(when (featurep! :editor evil +everywhere)
|
(when (featurep! :editor evil +everywhere)
|
||||||
(package! evil-markdown
|
(package! evil-markdown
|
||||||
:recipe (:host github :repo "Somelauw/evil-markdown")
|
:recipe (:host github :repo "Somelauw/evil-markdown")
|
||||||
:pin "46cd81b37991c4325fc24015a610f832b0ff995d"))
|
:pin "685d7fbb81bc02fa32779d2a127b99a0c8c7436b"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue