diff options
Diffstat (limited to 'macos.local/.flake/home/programs/emacs')
-rw-r--r-- | macos.local/.flake/home/programs/emacs/core.nix.org | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/macos.local/.flake/home/programs/emacs/core.nix.org b/macos.local/.flake/home/programs/emacs/core.nix.org index cf0afa0..f51c2d2 100644 --- a/macos.local/.flake/home/programs/emacs/core.nix.org +++ b/macos.local/.flake/home/programs/emacs/core.nix.org @@ -12,13 +12,6 @@ Here is my Emacs configuration. Define configuration files that should exist, de home.file = { "./.config/emacs/feed.org".source = ./feed.org; "./.config/emacs/init.el".source = ./init.el; - "./Applications/Emacs.app/Contents/MacOS/Emacs" = { - executable = true; - text = '' - #!/bin/sh - /etc/profiles/per-user/jjanzen/bin/emacsclient -c & disown - ''; - }; }; nixpkgs.overlays = [ (final: prev: |