From d752da2ebc03bbae6f8a04f9d817b7e360769835 Mon Sep 17 00:00:00 2001 From: Logan Linn Date: Thu, 10 Oct 2024 01:26:03 -0700 Subject: [PATCH] darwin/emacs: with xwidgets --- darwin/modules/emacs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/darwin/modules/emacs.nix b/darwin/modules/emacs.nix index 83ff3830..859d6141 100644 --- a/darwin/modules/emacs.nix +++ b/darwin/modules/emacs.nix @@ -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) ]; }