Add nix-update.el to emacs.

This commit is contained in:
willemml 2023-02-23 15:24:13 -08:00
parent e524e1a551
commit b0b656b764
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD

View file

@ -574,6 +574,12 @@ in
'';
};
nix-update = {
enable = true;
command = [ "nix-update-fetch" ];
bindLocal.nix-mode-map."C-c C-u" = "nix-update-fetch";
};
ob-calc = {
enable = true;
after = [ "org" ];