Start emacsclient, not emacs
This commit is contained in:
parent
fd6b7eff2b
commit
f1a55c3030
1 changed files with 3 additions and 1 deletions
|
@ -67,9 +67,11 @@ hc keybind $Mod-Shift-k remove
|
|||
# them is a big productivity boost.
|
||||
hc keybind $Mod-Return spawn 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-t spawn hlwm-run-or-raise Emacs \
|
||||
emacsclient --create-frame --alternate-editor=''
|
||||
|
||||
# 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
|
||||
# (though one place to the right). I try to use my run-or-raise script
|
||||
|
|
Loading…
Reference in a new issue