Stumpwm, fix goroot, emacs tweaks

This commit is contained in:
Ian Keane 2026-08-06 15:50:20 -04:00
parent 901d74e8b2
commit 4c18be1f59
5 changed files with 138 additions and 28 deletions

View file

@ -1,3 +1,8 @@
# Start Emacs daemon if not already running (works with or without X)
if ! emacsclient -e nil 2>/dev/null; then
emacs --daemon 2>/dev/null &
fi
export EDITOR=vim
export BROWSER=nyxt
export PAGER=bat