From 439aa3c8596eb148564530b649ebe957091724d3 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 26 Sep 2024 18:35:49 +0200 Subject: bash: Don’t start the Emacs daemon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index da19a36..2fa89ee 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,3 +1,3 @@ -command -v emacs >/dev/null && emacs --daemon +# command -v emacs >/dev/null && emacs --daemon --debug-init [[ -f ~/.bashrc ]] && source ~/.bashrc [[ -z "$DISPLAY" && `tty` == /dev/tty1 ]] && exec Hyprland -- cgit v1.2.3