From d054f4eea7acec8ea24acc5705ff47ef66f7e334 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 24 Apr 2022 13:53:27 +0200 Subject: New mutt account, updates --- .local/bin/editorcmd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.local/bin/editorcmd') diff --git a/.local/bin/editorcmd b/.local/bin/editorcmd index ccd5359..24fa7e7 100755 --- a/.local/bin/editorcmd +++ b/.local/bin/editorcmd @@ -1,4 +1,3 @@ #!/bin/sh -pgrep emacs >/dev/null && exec bsdsetsid emacsclient -c "$@" >/dev/null -exec nvim "$@" +exec emacsclient -nw -a nvim "$@" -- cgit v1.2.3