dotfiles/dot_bin/executable_emacs-start

6 lines
75 B
Bash

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