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
|
#+begin_src emacs-lisp
|
||||||
(use-package! crux
|
(use-package! crux
|
||||||
:bind (("C-k" . crux-smart-kill-line)
|
:bind (("C-k" . crux-smart-kill-line)))
|
||||||
("C-c ^" . crux-top-join-line)))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
** string-inflection
|
** string-inflection
|
||||||
Automatically cycle case of names
|
Automatically cycle case of names
|
||||||
|
|
Loading…
Reference in New Issue