From c2f8fdb0c08467551e9033b0994d954508dd1669 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 9 May 2020 23:52:46 -0700 Subject: Add pre- and post-install recipes for configurations Use the post-install recipe for Emacs to configure it to open org-protocol requests. --- emacs/.local/share/applications/EmacsClient.desktop | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 emacs/.local/share/applications/EmacsClient.desktop (limited to 'emacs') diff --git a/emacs/.local/share/applications/EmacsClient.desktop b/emacs/.local/share/applications/EmacsClient.desktop new file mode 100644 index 0000000..f8ac24e --- /dev/null +++ b/emacs/.local/share/applications/EmacsClient.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Name=Emacs Client +Exec=emacsclient %u +Icon=emacs-icon +Type=Application +Terminal=false +MimeType=x-scheme-hander/org-protocol; -- cgit v1.2.3-54-g00ecf