From bdf2b33061f15404556895f6f7615948bccd472c Mon Sep 17 00:00:00 2001 From: Random936 Date: Tue, 26 Dec 2023 15:17:23 -0800 Subject: [PATCH] Added shortcut for magit-clone to general --- .emacs.d/config.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.emacs.d/config.org b/.emacs.d/config.org index 72bc6ff..baf8f8c 100644 --- a/.emacs.d/config.org +++ b/.emacs.d/config.org @@ -348,8 +348,11 @@ General allows you to setup a prefix key easily. This makes it really easy to se "er" '((lambda () (interactive) (load-file "~/.emacs")) :which-key "Reload emacs config") "es" '(eshell :which-key "Open eshell terminal") + ; Git keybindings + "gc" 'magit-clone + ; ERC related keybindings - "cc" '(erc-tls :which-key "Quick-connect to IRC") + "cc" '(erc-tls :which-key "Connect to IRC over TLS") "cb" '(erc-switch-to-buffer :which-key "Switch IRC buffers"))) #+end_src