aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/common/.local/bin/org-protocol-setup
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/common/.local/bin/org-protocol-setup')
-rwxr-xr-xdotfiles/common/.local/bin/org-protocol-setup9
1 files changed, 0 insertions, 9 deletions
diff --git a/dotfiles/common/.local/bin/org-protocol-setup b/dotfiles/common/.local/bin/org-protocol-setup
deleted file mode 100755
index 5ed86a7..0000000
--- a/dotfiles/common/.local/bin/org-protocol-setup
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-# org-protocol-setup
-# Craig Jennings <c@cjennings.net>
-# Register org-protocol scheme handler for Emacs capture
-
-xdg-mime default org-protocol.desktop x-scheme-handler/org-protocol
-update-desktop-database ~/.local/share/applications/
-
-echo "org-protocol handler registered for Emacs"