summaryrefslogtreecommitdiff
path: root/private_dot_local/bin/executable_emacs-dired
diff options
context:
space:
mode:
authorLibravatar Martin Michalec <martin@michalec.dev>2026-02-11 02:47:33 +0000
committerLibravatar Martin Michalec <martin@michalec.dev>2026-02-11 02:47:33 +0000
commit2c485ce2b43bd810a88278215b771136a2a17881 (patch)
tree3fb74338b87553d898af7b1795de7322cbc5af63 /private_dot_local/bin/executable_emacs-dired
parentadd xdg (diff)
downloaddotfiles-2c485ce2b43bd810a88278215b771136a2a17881.tar.gz
add scripts
Diffstat (limited to 'private_dot_local/bin/executable_emacs-dired')
-rw-r--r--private_dot_local/bin/executable_emacs-dired3
1 files changed, 3 insertions, 0 deletions
diff --git a/private_dot_local/bin/executable_emacs-dired b/private_dot_local/bin/executable_emacs-dired
new file mode 100644
index 0000000..a0b8442
--- /dev/null
+++ b/private_dot_local/bin/executable_emacs-dired
@@ -0,0 +1,3 @@
1#!/bin/sh
2
3exec /usr/bin/emacsclient --no-wait --quiet --alternate-editor= --create-frame --eval '(progn (set-frame-name "Dired - Emacs Client") (dired (pop server-eval-args-left)))' "$@"