Start emacsclient, not emacs

This commit is contained in:
Tom Willemse 2016-07-26 15:05:11 +02:00
parent fd6b7eff2b
commit f1a55c3030

View file

@ -67,9 +67,11 @@ hc keybind $Mod-Shift-k remove
# them is a big productivity boost. # them is a big productivity boost.
hc keybind $Mod-Return spawn urxvt hc keybind $Mod-Return spawn urxvt
hc keybind $Mod-c spawn hlwm-run-or-raise URxvt urxvt hc keybind $Mod-c spawn hlwm-run-or-raise URxvt urxvt
hc keybind $Mod-t spawn hlwm-run-or-raise Emacs emacs
hc keybind $Mod-b spawn hlwm-run-or-raise Conkeror conkeror hc keybind $Mod-b spawn hlwm-run-or-raise Conkeror conkeror
hc keybind $Mod-t spawn hlwm-run-or-raise Emacs \
emacsclient --create-frame --alternate-editor=''
# Since I use the colemak keyboard layout, hjkl doesn't make much # Since I use the colemak keyboard layout, hjkl doesn't make much
# sense. I use neio instead since that is almost in the same place # sense. I use neio instead since that is almost in the same place
# (though one place to the right). I try to use my run-or-raise script # (though one place to the right). I try to use my run-or-raise script