emacs-config/bin/emacs-start

6 lines
75 B
Bash
Executable File

#! /bin/bash
# start the emacs daemon
emacs --fg-daemon > /dev/null 2>&1