index
:
dotfiles-bsd
artix
master
My cool dotfiles for my BSD workstation
jozan
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.local
/
bin
/
startemacs
blob: 4a6164174251ca566abb95a0c16a0339902365af (
plain
)
1
2
3
4
5
6
#!/bin/sh if ! pgrep emacs; then bsdsetsid emacs --daemon >/dev/null 2>&1 fi