Remove crux binding that was stomping smerge
This commit is contained in:
parent
00ca67be84
commit
30e61f5afd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue