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 3af185a commit 6abfb9cCopy full SHA for 6abfb9c
elpaca-info.el
@@ -65,10 +65,10 @@
65
(insert recipe)
66
(goto-char (point-min))
67
(while (re-search-forward "\\(?: :[[:alpha:]]+\\)" nil 'noerror) (replace-match "\n\\&"))
68
+ (flush-lines "^$" (point-min) (point-max))
69
(unless (= (char-after (1+ (point-min))) ?\s)
70
(goto-char (1+ (point-min)))
71
(insert " "))
- (flush-lines "^$")
72
73
(while (not (eobp)) (let ((eol (line-end-position)))
74
(unless (looking-at ";;" eol)
0 commit comments