mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 19:27:17 +00:00
Add nix-update.el to emacs.
This commit is contained in:
parent
e524e1a551
commit
b0b656b764
1 changed files with 6 additions and 0 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Add table
Reference in a new issue