emacs.pkgs.melpaStablepackages.fold-dwim: Mark broken
This commit is contained in:
parent
20b3fe46d5
commit
5f3302af08
1 changed files with 6 additions and 0 deletions
|
@ -108,6 +108,12 @@ let
|
|||
# upstream issue: missing file header
|
||||
dictionary = markBroken super.dictionary;
|
||||
|
||||
# upstream issue: missing file header
|
||||
fold-dwim =
|
||||
if super.fold-dwim.version == "1.2"
|
||||
then markBroken super.fold-dwim
|
||||
else super.fold-dwim;
|
||||
|
||||
# upstream issue: missing file header
|
||||
link = markBroken super.link;
|
||||
|
||||
|
|
Loading…
Reference in a new issue