mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-08-07 12:47:32 -05:00
@ -14,6 +14,9 @@ self: super: {
|
||||
|
||||
doom-snippets = self.straightBuild {
|
||||
pname = "doom-snippets";
|
||||
postInstall = ''
|
||||
cp -r *-mode $out/share/emacs/site-lisp
|
||||
'';
|
||||
};
|
||||
|
||||
evil-markdown = self.straightBuild {
|
||||
|
Reference in New Issue
Block a user