aboutsummaryrefslogtreecommitdiff
path: root/macos/Applications/Emacs.app/Contents/MacOS
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-08-09 22:11:23 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-08-09 22:11:23 -0500
commite6e8ebe10aa40e5a3be2b94cdf3b324f3d3e52e0 (patch)
treeaca3b279520b76d918ce603d47981f1d23dbd1af /macos/Applications/Emacs.app/Contents/MacOS
parent40f02bc8088ca93224bf65f083c4ab3b17eaf435 (diff)
split-dotfiles
Diffstat (limited to 'macos/Applications/Emacs.app/Contents/MacOS')
-rw-r--r--macos/Applications/Emacs.app/Contents/MacOS/Emacs.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/macos/Applications/Emacs.app/Contents/MacOS/Emacs.org b/macos/Applications/Emacs.app/Contents/MacOS/Emacs.org
new file mode 100644
index 0000000..c46a713
--- /dev/null
+++ b/macos/Applications/Emacs.app/Contents/MacOS/Emacs.org
@@ -0,0 +1,7 @@
+#+title: Emacs Client Application
+
+#+begin_src sh :tangle ~/Applications/Emacs.app/Contents/MacOS/Emacs :mkdirp yes :tangle-mode o755
+ #!/bin/sh
+ /opt/homebrew/bin/emacsclient -c &> /dev/null &
+ disown
+#+end_src