Skip to content

Commit

Permalink
better access to emacs from awesome
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma committed Dec 4, 2011
1 parent 80891c7 commit 582f2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _config/awesome/rc.lua
Expand Up @@ -349,7 +349,7 @@ clientbuttons = awful.util.table.join(
globalkeys = awful.util.table.join(
-- {{{ Applications
awful.key({ modkey }, "Return",function () awful.util.spawn(terminal) end),
awful.key({ modkey }, "e", function () exec("emacsclient-dev -n -c") end),
awful.key({ modkey }, "e", function () exec("emacsclient-dev -c -a \"\"") end),
awful.key({ modkey }, "r", function () exec("rox", false) end),
awful.key({ modkey }, "w", function () exec("firefox") end),
-- see http://gist.github.com/489434
Expand Down

0 comments on commit 582f2bb

Please sign in to comment.