From 38ca16bbcacbac364a3f15cec44a0947ac007ba3 Mon Sep 17 00:00:00 2001 From: Firehose Bot Date: Fri, 26 Jun 2026 16:12:50 +0200 Subject: [PATCH] do not open editor - vim inside emacs is annoying --- scripts/new-post.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/new-post.sh b/scripts/new-post.sh index b98039c..2a7ec33 100755 --- a/scripts/new-post.sh +++ b/scripts/new-post.sh @@ -43,6 +43,3 @@ EOF echo "Created: $file" -if [[ -n "${EDITOR:-}" ]] && [[ -t 1 ]]; then - exec "$EDITOR" "$file" -fi