From 3ab4b186f116a4fcb9fcdccbfb42837bf4a895f1 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 11 Nov 2024 13:20:51 +0100 Subject: bash: Start the Emacs daemon --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 2fa89ee..da19a36 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,3 +1,3 @@ -# command -v emacs >/dev/null && emacs --daemon --debug-init +command -v emacs >/dev/null && emacs --daemon [[ -f ~/.bashrc ]] && source ~/.bashrc [[ -z "$DISPLAY" && `tty` == /dev/tty1 ]] && exec Hyprland -- cgit v1.2.3