From c4f485441a92135bf0d2829a92e7ba4f0219b0d5 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 15 Dec 2024 21:49:24 -0600 Subject: move emacs.app into nix config --- macos.local/Applications/Emacs.app/Contents/MacOS/Emacs.org | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 macos.local/Applications/Emacs.app/Contents/MacOS/Emacs.org (limited to 'macos.local/Applications/Emacs.app') diff --git a/macos.local/Applications/Emacs.app/Contents/MacOS/Emacs.org b/macos.local/Applications/Emacs.app/Contents/MacOS/Emacs.org deleted file mode 100755 index 03c5152..0000000 --- a/macos.local/Applications/Emacs.app/Contents/MacOS/Emacs.org +++ /dev/null @@ -1,9 +0,0 @@ -#+title: Emacs Client Application - -#+begin_src sh :tangle ~/Applications/Emacs.app/Contents/MacOS/Emacs :mkdirp yes :tangle-mode o755 - #!/bin/sh - if ! ps -e | grep -q '[E]macs --bg-daemon'; then - /opt/homebrew/bin/emacs --daemon - fi - /opt/homebrew/bin/emacsclient -c &> /dev/null -#+end_src -- cgit v1.2.3