From 692ef5c9b8c725bccc5df564e6ee79811361ac2a Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Thu, 17 Jun 2021 19:12:30 -0400 Subject: [PATCH] BUGFIX! Missing paren --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index fe15a34..948b1b2 100644 --- a/README.org +++ b/README.org @@ -1504,7 +1504,7 @@ General[fn:39] provides a more convenient method for binding keys in Emacs[fn:2] (dotfiles/leader "." '(find-file :which-key "File") "," '(switch-to-buffer :which-key "Buffer") - "k" '(kill-buffer :which-key "Kill")) + "k" '(kill-buffer :which-key "Kill") "c" '(kill-buffer-and-window :which-key "Close")) ;; Add keybindings for executing shell commands.