General, minor refactoring
This commit is contained in:
parent
4aaeeb509c
commit
7c5eefee3e
6 changed files with 12 additions and 14 deletions
|
@ -108,7 +108,7 @@ afterwards, kill line to beginning of line."
|
|||
(interactive)
|
||||
(let ((empty-line-p (save-excursion (beginning-of-line)
|
||||
(looking-at-p "[ \t]*$"))))
|
||||
(funcall (if (featurep 'evil)
|
||||
(funcall (if (fboundp 'evil-delete)
|
||||
#'evil-delete
|
||||
#'delete-region)
|
||||
(point-at-bol) (point))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue