-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update develop to start emacs according to OS.
- Loading branch information
1 parent
7f8d686
commit 1eb9bd0
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
project-scaffold-template/full-system-nixos2111-ghc8107/api-gw/develop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/usr/bin/env bash | ||
nix-shell --run "[[ -f ~/.doom.d/config.el ]] && sed -i '/enable-local-variables/d' ~/.doom.d/config.el && echo '(setq-default enable-local-variables t)' >> ~/.doom.d/config.el ; [[ -x ~/.emacs.d/bin/doom ]] && ~/.emacs.d/bin/doom env ; emacs -nw" | ||
nix-shell --run "[[ -f ~/.doom.d/config.el ]] && sed -i '/enable-local-variables/d' ~/.doom.d/config.el && echo '(setq-default enable-local-variables t)' >> ~/.doom.d/config.el ; [[ -x ~/.emacs.d/bin/doom ]] && ~/.emacs.d/bin/doom env ; [[ "$(uname -s)" == "Darwin" ]] && /Applications/Emacs.app/Contents/MacOS/Emacs.sh || emacs -nw" |
2 changes: 1 addition & 1 deletion
2
project-scaffold-template/full-system-nixos2111-ghc8107/db-gw/develop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/usr/bin/env bash | ||
nix-shell --run "[[ -f ~/.doom.d/config.el ]] && sed -i '/enable-local-variables/d' ~/.doom.d/config.el && echo '(setq-default enable-local-variables t)' >> ~/.doom.d/config.el ; [[ -x ~/.emacs.d/bin/doom ]] && ~/.emacs.d/bin/doom env ; emacs -nw" | ||
nix-shell --run "[[ -f ~/.doom.d/config.el ]] && sed -i '/enable-local-variables/d' ~/.doom.d/config.el && echo '(setq-default enable-local-variables t)' >> ~/.doom.d/config.el ; [[ -x ~/.emacs.d/bin/doom ]] && ~/.emacs.d/bin/doom env ; [[ "$(uname -s)" == "Darwin" ]] && /Applications/Emacs.app/Contents/MacOS/Emacs.sh || emacs -nw" |
2 changes: 1 addition & 1 deletion
2
project-scaffold-template/full-system-nixos2111-ghc8107/db/develop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/usr/bin/env bash | ||
nix-shell --run "[[ -f ~/.doom.d/config.el ]] && sed -i '/enable-local-variables/d' ~/.doom.d/config.el && echo '(setq-default enable-local-variables t)' >> ~/.doom.d/config.el ; [[ -x ~/.emacs.d/bin/doom ]] && ~/.emacs.d/bin/doom env ; emacs -nw" | ||
nix-shell --run "[[ -f ~/.doom.d/config.el ]] && sed -i '/enable-local-variables/d' ~/.doom.d/config.el && echo '(setq-default enable-local-variables t)' >> ~/.doom.d/config.el ; [[ -x ~/.emacs.d/bin/doom ]] && ~/.emacs.d/bin/doom env ; [[ "$(uname -s)" == "Darwin" ]] && /Applications/Emacs.app/Contents/MacOS/Emacs.sh || emacs -nw" |
2 changes: 1 addition & 1 deletion
2
project-scaffold-template/full-system-nixos2111-ghc8107/project.orig.name/develop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/usr/bin/env bash | ||
nix-shell --run "[[ -f ~/.doom.d/config.el ]] && sed -i '/enable-local-variables/d' ~/.doom.d/config.el && echo '(setq-default enable-local-variables t)' >> ~/.doom.d/config.el ; [[ -x ~/.emacs.d/bin/doom ]] && ~/.emacs.d/bin/doom env ; emacs -nw" | ||
nix-shell --run "[[ -f ~/.doom.d/config.el ]] && sed -i '/enable-local-variables/d' ~/.doom.d/config.el && echo '(setq-default enable-local-variables t)' >> ~/.doom.d/config.el ; [[ -x ~/.emacs.d/bin/doom ]] && ~/.emacs.d/bin/doom env ; [[ "$(uname -s)" == "Darwin" ]] && /Applications/Emacs.app/Contents/MacOS/Emacs.sh || emacs -nw" |
2 changes: 1 addition & 1 deletion
2
project-scaffold-template/nixos2111-ghc8107-haskell.nix/develop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/usr/bin/env bash | ||
nix-shell --run "[[ -f ~/.doom.d/config.el ]] && sed -i '/enable-local-variables/d' ~/.doom.d/config.el && echo '(setq-default enable-local-variables t)' >> ~/.doom.d/config.el ; [[ -x ~/.emacs.d/bin/doom ]] && ~/.emacs.d/bin/doom env ; emacs -nw" | ||
nix-shell --run "[[ -f ~/.doom.d/config.el ]] && sed -i '/enable-local-variables/d' ~/.doom.d/config.el && echo '(setq-default enable-local-variables t)' >> ~/.doom.d/config.el ; [[ -x ~/.emacs.d/bin/doom ]] && ~/.emacs.d/bin/doom env ; [[ "$(uname -s)" == "Darwin" ]] && /Applications/Emacs.app/Contents/MacOS/Emacs.sh || emacs -nw" |