Commit 8957ac63 authored by Anderson Torres's avatar Anderson Torres
Browse files

emacsPackages.evil-markdown: implement passthru.updateScript

parent 0ad09cf8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  fetchFromGitHub,
  markdown-mode,
  melpaBuild,
  unstableGitUpdater,
}:

melpaBuild {
@@ -22,6 +23,8 @@ melpaBuild {
    markdown-mode
  ];

  passthru.updateScript = unstableGitUpdater { hardcodeZeroVersion = true; };

  meta = {
    homepage = "https://github.com/Somelauw/evil-markdown";
    description = "Integrates Emacs evil and markdown";