diff --git a/awesome/pravitekeys.lua b/awesome/pravitekeys.lua index f9ae514..962c3fb 100644 --- a/awesome/pravitekeys.lua +++ b/awesome/pravitekeys.lua @@ -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", diff --git a/dot/.gitconfig b/dot/.gitconfig index 4fb2a3e..2397869 100644 --- a/dot/.gitconfig +++ b/dot/.gitconfig @@ -5,13 +5,16 @@ [github] user = zedhugh [alias] - co = checkout - ci = commit - st = status - br = branch - hist = log --pretty=format:'%h %ad | %s%d [%ad]' --graph --date=short - type = cat-file -t - dump = cat-file -p + co = checkout + ci = commit + st = status + br = branch + hist = log --pretty=format:'%h %ad | %s%d [%ad]' --graph --date=short + type = cat-file -t + dump = cat-file -p + hide = update-index --assume-unchanged + unhide = update-index --no-assume-unchanged + hidden = !git ls-files -v | grep "^[[:lower:]]" [commit] gpgSign = true [diff "gpg"]