flake: add sln-mode input

This commit is contained in:
Tristan Gosselin-Hane
2022-04-15 23:03:21 -04:00
parent 1d88ca27db
commit eae902034b
2 changed files with 6 additions and 0 deletions

View File

@ -70,6 +70,8 @@
revealjs.flake = false;
rotate-text.url = "github:debug-ito/rotate-text.el";
rotate-text.flake = false;
sln-mode.url = "github:sensorflo/sln-mode";
sln-mode.flake = false;
format-all.url =
"github:lassik/emacs-format-all-the-code/47d862d40a088ca089c92cd393c6dca4628f87d3";
format-all.flake = false;

View File

@ -98,6 +98,10 @@ self: super: {
pname = "rotate-text";
};
sln-mode = self.straightBuild {
pname = "sln-mode";
};
so-long = self.straightBuild {
pname = "emacs-so-long";
ename = "so-long";