fixup! Updating nix-straight.el

This commit is contained in:
László Vaskó
2020-07-02 19:40:34 +02:00
parent baf87004c1
commit 5fa986fe8c

View File

@@ -22,6 +22,7 @@ self: super: {
evil-org = self.straightBuild {
pname = "evil-org-mode";
ename = "evil-org";
};
evil-quick-diff = self.straightBuild {
@@ -61,10 +62,12 @@ self: super: {
rotate-text = self.straightBuild {
pname = "rotate-text.el";
ename = "rotate-text";
};
so-long = self.straightBuild {
pname = "emacs-so-long";
ename = "so-long";
};
ob-racket = self.straightBuild {