From 30e61f5afdd109d42f0955de12a5c05fbedf66fe Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sun, 2 Oct 2022 16:58:00 -0400 Subject: [PATCH] Remove crux binding that was stomping smerge --- config.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.org b/config.org index d030f03..762797b 100644 --- a/config.org +++ b/config.org @@ -194,8 +194,7 @@ Smarter replacements for emacs built ins, with the following in use: #+begin_src emacs-lisp (use-package! crux - :bind (("C-k" . crux-smart-kill-line) - ("C-c ^" . crux-top-join-line))) + :bind (("C-k" . crux-smart-kill-line))) #+end_src ** string-inflection Automatically cycle case of names