From 5a844c00ce704d1c564d03ccdb3051914d8d56f0 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Fri, 30 Jul 2021 15:24:53 +0530 Subject: [PATCH] [hydra] add external application hydra --- init.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/init.org b/init.org index 98bd511..01ce5ce 100644 --- a/init.org +++ b/init.org @@ -1409,6 +1409,15 @@ _u_: next word ^_l_: edit lines^ _s_: next whole symbol ("v" find-alternate-file "revert") ("w" contrapunctus-window-hydra/body "window")) #+END_SRC +*** external applications +#+BEGIN_SRC emacs-lisp +(defhydra my-external-hydra (:color red) + "What application?" + ("g" (my-start-process "gajim") "Gajim") + ("t" + (my-start-process "/media/data/anon/ext/tor-browser_en-US/Browser/firefox.real" "tor-browser") + "Tor Browser")) +#+END_SRC *** org #+BEGIN_SRC emacs-lisp (defhydra cp-org (:color blue)