branch: elpa/crux commit c1742477cf4e6aa0d9d78f29b52416224ca20a55 Author: Mark Simpson <verdamm...@gmail.com> Commit: Mark Simpson <verdamm...@gmail.com>
Change crux-kill-like-backward to crux-kill-line-backward Surely that was a typo? --- crux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crux.el b/crux.el index d099438..f29d183 100644 --- a/crux.el +++ b/crux.el @@ -136,7 +136,7 @@ Passes ARG to command `kill-whole-line' when provided." (kill-whole-line arg) (back-to-indentation)) -(defun crux-kill-like-backwards () +(defun crux-kill-line-backwards () "Kill line backwards and adjust the indentation." (interactive) (kill-line 0)