Fix some dumbness

This commit is contained in:
Case Duckworth 2021-04-20 17:59:09 -05:00
parent 4a9252b114
commit 76a464c7cf
2 changed files with 1 additions and 2 deletions

View File

@ -545,7 +545,6 @@
(:global "C-=" er/expand-region))
(setup (:straight crux)
(advice-add 'kill-line :override #'crux-kill-and-join-forward)
(:global "M-`" crux-other-window-or-switch-buffer
"C-o" crux-smart-open-line
"M-o" crux-smart-open-line-above

View File

@ -170,7 +170,7 @@ appropriate. In tables, insert a new row or end the table."
nil
'tree)))
(defun acdw-org/fix-blanks-in-buffer ()
(defun acdw-org/fix-blank-lines-in-buffer ()
(when (eq major-mode 'org-mode)
(let ((current-prefix-arg 4))
(call-interactively #'acdw-org/fix-blank-lines))))