@@ -5,10 +5,10 @@
|
|||||||
"homepage": "",
|
"homepage": "",
|
||||||
"owner": "hlissner",
|
"owner": "hlissner",
|
||||||
"repo": "doom-emacs",
|
"repo": "doom-emacs",
|
||||||
"rev": "f6f90c9791fa4a5e433bc42af52823bccfe1a362",
|
"rev": "e54bb170c30c8d6d0e961d195e037c43612c23db",
|
||||||
"sha256": "0mf4li1qf03pw74sk70bn0l3wxh6kza69lhmlyrbbw39dzsa5klx",
|
"sha256": "0lkvv3g1mklbqpv35yzzw2bndagaznmf3vz72dr8kv8s6lflixy8",
|
||||||
"type": "tarball",
|
"type": "tarball",
|
||||||
"url": "https://github.com/hlissner/doom-emacs/archive/f6f90c9791fa4a5e433bc42af52823bccfe1a362.tar.gz",
|
"url": "https://github.com/hlissner/doom-emacs/archive/e54bb170c30c8d6d0e961d195e037c43612c23db.tar.gz",
|
||||||
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
||||||
},
|
},
|
||||||
"doom-snippets": {
|
"doom-snippets": {
|
||||||
@@ -83,6 +83,18 @@
|
|||||||
"url": "https://github.com/rgrinberg/evil-quick-diff/archive/69c883720b30a892c63bc89f49d4f0e8b8028908.tar.gz",
|
"url": "https://github.com/rgrinberg/evil-quick-diff/archive/69c883720b30a892c63bc89f49d4f0e8b8028908.tar.gz",
|
||||||
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
||||||
},
|
},
|
||||||
|
"explain-pause-mode": {
|
||||||
|
"branch": "master",
|
||||||
|
"description": "top, but for Emacs.",
|
||||||
|
"homepage": "",
|
||||||
|
"owner": "lastquestion",
|
||||||
|
"repo": "explain-pause-mode",
|
||||||
|
"rev": "2356c8c3639cbeeb9751744dbe737267849b4b51",
|
||||||
|
"sha256": "0frnfwqal9mrnrz6q4v7vcai26ahaw81894arff1yjw372pfgv7v",
|
||||||
|
"type": "tarball",
|
||||||
|
"url": "https://github.com/lastquestion/explain-pause-mode/archive/2356c8c3639cbeeb9751744dbe737267849b4b51.tar.gz",
|
||||||
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
||||||
|
},
|
||||||
"nix-straight.el": {
|
"nix-straight.el": {
|
||||||
"branch": "v2.1.0",
|
"branch": "v2.1.0",
|
||||||
"description": null,
|
"description": null,
|
||||||
|
@@ -19,6 +19,10 @@ self: super: {
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
explain-pause-mode = self.straightBuild {
|
||||||
|
pname = "explain-pause-mode";
|
||||||
|
};
|
||||||
|
|
||||||
evil-markdown = self.straightBuild {
|
evil-markdown = self.straightBuild {
|
||||||
pname = "evil-markdown";
|
pname = "evil-markdown";
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user