diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-26 18:35:49 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-26 18:35:49 +0200 |
commit | 439aa3c8596eb148564530b649ebe957091724d3 (patch) | |
tree | 43dfe9c03ba3a07f7253dde2eaf8f5bcfe9b7683 /.bash_profile | |
parent | 3e7ca91d6043288e5269cdf1d7303256646cb60b (diff) |
bash: Don’t start the Emacs daemon
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |