From c097a555feb3645168a9b4e7ddedc12a03eb47ef Mon Sep 17 00:00:00 2001 From: Ian Keane Date: Thu, 6 Aug 2026 17:20:55 -0400 Subject: [PATCH] Add visual text editor --- config/profile | 1 + 1 file changed, 1 insertion(+) diff --git a/config/profile b/config/profile index 548694e..7ad9510 100644 --- a/config/profile +++ b/config/profile @@ -4,6 +4,7 @@ if ! emacsclient -e nil 2>/dev/null; then fi export EDITOR=vim +export VISUAL="emacsclient -c" export BROWSER=nyxt export PAGER=bat export SHELL=/usr/bin/fish