ADD startup scripts
This commit is contained in:
parent
bc9842709c
commit
a1010506d8
|
@ -4,6 +4,7 @@
|
|||
!init.el
|
||||
!straight-boot.el
|
||||
!runtime_pkgs
|
||||
!bin
|
||||
|
||||
# track versions of installed packages
|
||||
!straight
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
#! /bin/bash
|
||||
|
||||
# start the emacs daemon
|
||||
|
||||
emacs --fg-daemon > /dev/null 2>&1
|
|
@ -0,0 +1,5 @@
|
|||
#! /bin/bash
|
||||
|
||||
# stop the emacs daemon
|
||||
|
||||
emacsclient --eval "(kill-emacs)"
|
Loading…
Reference in New Issue