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)