Skip to content

Commit 48a512f

Browse files
committed
feat(patch): add round-undecorated-frame from emacs-plus for 29.x
1 parent a3530c0 commit 48a512f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build-emacs-for-macos

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,10 @@ class Build
696696
end
697697

698698
if effective_version == 'emacs-29'
699+
p << {
700+
url: 'https://github.com/d12frosted/homebrew-emacs-plus/raw/master/' \
701+
"patches/#{effective_version}/round-undecorated-frame.patch"
702+
}
699703
if options[:poll]
700704
p << {
701705
url: 'https://github.com/d12frosted/homebrew-emacs-plus/raw/master/' \

0 commit comments

Comments
 (0)