From b0b656b7647d5e3c0079d53e392cf69e1e0b4f62 Mon Sep 17 00:00:00 2001 From: willemml Date: Thu, 23 Feb 2023 15:24:13 -0800 Subject: [PATCH] Add nix-update.el to emacs. --- home/emacs.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/emacs.nix b/home/emacs.nix index 18989da..ee13989 100644 --- a/home/emacs.nix +++ b/home/emacs.nix @@ -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" ];