summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-11-11 13:20:51 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-11-11 13:20:51 +0100
commit3ab4b186f116a4fcb9fcdccbfb42837bf4a895f1 (patch)
tree766ef704f89626a6d4eecc64f7626c5b105926e5 /.bash_profile
parent9c3c936150769a58d9b83ede37162744785e1d50 (diff)
bash: Start the Emacs daemon
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile2
1 files changed, 1 insertions, 1 deletions
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