change keybindings for Emacs

This commit is contained in:
2020-05-19 00:12:47 +08:00
parent 4f61a1403d
commit 1ab4560cd6
3 changed files with 4 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ pravitekeys = awful.util.table.join(
awful.key({ modkey }, "e",
function ()
run_or_raise("emacs", {class = "Emacs"})
run_or_raise("emacsclient -a '' -c -n", {class = "Emacs"})
end),
awful.key({ modkey, "Shift" }, "e",