From 795e4fe7a150338c1e7f48e64010f38d38c59feb Mon Sep 17 00:00:00 2001 From: xenia Date: Thu, 21 Dec 2023 14:16:37 +0100 Subject: [PATCH] Set git editor to kak --- home/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/common.nix b/home/common.nix index c32623e1..bbf4236a 100644 --- a/home/common.nix +++ b/home/common.nix @@ -168,7 +168,7 @@ in rec { init.defaultBranch = "main"; pull.ff = "only"; pull.rebase = true; - core.editor = "${pkgs.emacs}/bin/emacsclient --create-frame --alternate-editor=''"; + core.editor = "${kak.package}/bin/kak"; }; }; }