Prefer Emacs client-server setup

This change affects:
  - alias e
  - i3 KBDs
  - .xsessionrc

It will be interesting to see how this works over SSH. In theory, the
ALTERNATE_EDITOR variable should kick in and `vim` should be used. Time will
tell if this is the preferred setup. Until then...
This commit is contained in:
William Carroll 2019-03-21 13:57:15 +00:00
parent b1275671a8
commit cf39cf760a
3 changed files with 6 additions and 3 deletions

View file

@ -16,6 +16,9 @@ xsetroot -solid "#333333"
# This might be better for SSH.
tmux new -d -s main
# Start the Emacs server
emacs --daemon
# set kbds
xmodmap -e 'remove Lock = Caps_Lock'
xmodmap -e 'keysym Caps_Lock = Escape'