Stumpwm, fix goroot, emacs tweaks
This commit is contained in:
parent
901d74e8b2
commit
4c18be1f59
5 changed files with 138 additions and 28 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue