summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2022-04-24 13:53:27 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2022-04-24 13:53:27 +0200
commitd054f4eea7acec8ea24acc5705ff47ef66f7e334 (patch)
tree5660cb774c609948297a877773025fd5cde17ad0 /.local
parentidea (diff)
downloaddotfiles-bsd-d054f4eea7acec8ea24acc5705ff47ef66f7e334.tar.gz
dotfiles-bsd-d054f4eea7acec8ea24acc5705ff47ef66f7e334.tar.bz2
dotfiles-bsd-d054f4eea7acec8ea24acc5705ff47ef66f7e334.tar.xz
dotfiles-bsd-d054f4eea7acec8ea24acc5705ff47ef66f7e334.tar.zst
dotfiles-bsd-d054f4eea7acec8ea24acc5705ff47ef66f7e334.zip
New mutt account, updates
Diffstat (limited to '')
-rwxr-xr-x.local/bin/editermcmd4
-rwxr-xr-x.local/bin/editorcmd3
2 files changed, 1 insertions, 6 deletions
diff --git a/.local/bin/editermcmd b/.local/bin/editermcmd
deleted file mode 100755
index 9a7c8ba..0000000
--- a/.local/bin/editermcmd
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-pgrep emacs >/dev/null && exec bsdsetsid emacsclient -nw "$@" >/dev/null
-exec nvim "$@"
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 "$@"