From f1a55c3030a2c193b344db57893aaeef978b64e5 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 26 Jul 2016 15:05:11 +0200 Subject: Start emacsclient, not emacs --- herbstluftwm/.config/herbstluftwm/autostart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'herbstluftwm/.config') diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart index 5491d6d..99de8fd 100755 --- a/herbstluftwm/.config/herbstluftwm/autostart +++ b/herbstluftwm/.config/herbstluftwm/autostart @@ -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 -- cgit v1.2.3-54-g00ecf