mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 05:14:45 +00:00
Merge pull request #282299 from katexochen/vscode-emacs-minimuim
vscode-extensions.jamesyang999.vscode-emacs-minimum: init at 1.1.1
This commit is contained in:
commit
768362f3ea
@ -2008,6 +2008,21 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
jamesyang999.vscode-emacs-minimum = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "vscode-emacs-minimum";
|
||||
publisher = "jamesyang999";
|
||||
version = "1.1.1";
|
||||
sha256 = "sha256-qxnAhT2UGTQmPw9XmdBdx0F0NNLAaU1/ES9jiqiRrGI=";
|
||||
};
|
||||
meta = {
|
||||
description = "Minimal emacs key bindings for VSCode";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=jamesyang999.vscode-emacs-minimum";
|
||||
homepage = "https://github.com/futurist/vscode-emacs-minimum";
|
||||
license = lib.licenses.unfree;
|
||||
};
|
||||
};
|
||||
|
||||
janet-lang.vscode-janet = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "vscode-janet";
|
||||
|
Loading…
Reference in New Issue
Block a user