添加git忽略文件变化相关命令别名

This commit is contained in:
2021-08-10 00:44:00 +08:00
parent ae93492b7a
commit 206d3e207d
2 changed files with 12 additions and 8 deletions

View File

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