Skip to content

Commit

Permalink
darwin/emacs: with xwidgets
Browse files Browse the repository at this point in the history
  • Loading branch information
loganlinn committed Oct 10, 2024
1 parent 8052213 commit d752da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darwin/modules/emacs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"with-native-comp" # build with native compilation aka gccemacs
# "with-debug" # build with debug symbols and debugger friendly optimizations
# "with-poll" # build with poll() instead of select() to enable more file descriptors
# "with-xwidgets" # build with native macos webkit support
"with-xwidgets" # build with native macos webkit support
# "with-no-frame-refocus" # disables frame re-focus (ie. closing one frame does not refocus another one)
];
}
Expand Down

0 comments on commit d752da2

Please sign in to comment.