We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702c268 commit b05eb06Copy full SHA for b05eb06
core/me-loaddefs.el
@@ -78,6 +78,8 @@ Replace french ponctuations (like unsectable space) by regular ones." t)
78
(autoload '+kill-region-as-paragraph "../elisp/+buffer" "\
79
Kill (copy) region as one paragraph. This command removes new line characters
80
between lines." t)
81
+(autoload '+first-line-empty-p "../elisp/+buffer" "\
82
+Returns t when the first line of the buffer is empty.")
83
(register-definition-prefixes "../elisp/+buffer" '("+kill-buffer-no-ask-list" "+replace-in-buffer"))
84
85
0 commit comments