From aa203d82a7711650e48d297f65fe792b7314c534 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Thu, 7 Dec 2023 23:48:29 +0100 Subject: use emacs as EDITOR --- config/home/.zshenv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/home/.zshenv b/config/home/.zshenv index cfaef9c..d33fbd7 100644 --- a/config/home/.zshenv +++ b/config/home/.zshenv @@ -1,6 +1,6 @@ #!/bin/zsh -export EDITOR="nvim" -export VISUAL="nvim" +export EDITOR="emacsclient -t" +export VISUAL="emacsclient -t -c -a emacs" export BROWSER="librewolf" export VIEWER="zathura" -- cgit v1.2.3