From bc88cebdf3337b74521e0e5b093d4bb1e5c060a6 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sun, 14 Jan 2024 09:51:16 +0100 Subject: Set emacsclient as the default editor Vim being the editor that pops on every git commit is a problem for me. My editor of choice is Emacs. The EDITOR variable is set to "emacsclient -nw" in order to use emacs whenever an editor is needed. --- izumi.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'izumi.org') diff --git a/izumi.org b/izumi.org index 0fd8277..0a9f776 100644 --- a/izumi.org +++ b/izumi.org @@ -774,7 +774,11 @@ #+BEGIN_SRC scheme (list <> - <>) + <> + (simple-service + 'environment-variables + home-environment-variables-service-type + `(("EDITOR" . "emacsclient -nw")))) #+END_SRC #+NAME: SHELLS -- cgit v1.2.3