From 2c485ce2b43bd810a88278215b771136a2a17881 Mon Sep 17 00:00:00 2001 From: Martin Michalec Date: Wed, 11 Feb 2026 05:47:33 +0300 Subject: add scripts --- private_dot_local/bin/executable_emacs-telega | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 private_dot_local/bin/executable_emacs-telega (limited to 'private_dot_local/bin/executable_emacs-telega') diff --git a/private_dot_local/bin/executable_emacs-telega b/private_dot_local/bin/executable_emacs-telega new file mode 100644 index 0000000..854fccf --- /dev/null +++ b/private_dot_local/bin/executable_emacs-telega @@ -0,0 +1,3 @@ +#!/bin/sh + +exec /usr/bin/emacsclient --no-wait --quiet --alternate-editor= --create-frame --eval "(progn (set-frame-name \"Telega - Emacs Client\") (if (and (boundp 'telega--status) (equal telega--status \"Ready\")) (telega-browse-url (pop server-eval-args-left)) (telega) (add-hook 'telega-ready-hook (lambda () (telega-browse-url (pop server-eval-args-left))))))" "$@" -- cgit v1.3