Skip to content

Commit

Permalink
emacs macos poll.patch is removed in upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanwang-wf committed Nov 8, 2024
1 parent 827f135 commit 2ce2c5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/editor/emacs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ let
patches =
(lib.optionals pkgs.stdenv.isDarwin [
"${inputs.emacs-plus}/patches/emacs-30/fix-window-role.patch"
"${inputs.emacs-plus}/patches/emacs-30/poll.patch"
"${inputs.emacs-plus}/patches/emacs-30/round-undecorated-frame.patch"
"${inputs.emacs-plus}/patches/emacs-30/system-appearance.patch"
])
Expand Down Expand Up @@ -1336,7 +1335,8 @@ with lib; {
((go-mode go-dot-mod-mode go-dot-work-mode go-ts-mode go-mod-ts-mode)
. ("${pkgs.gopls}/bin/gopls"))
)
(add-hook 'java-mode-hook #'eglot-ensure)
(add-hook 'java-mode-hook #'
eglot-ensure)
(add-hook 'java-ts-mode-hook #'eglot-ensure)
'';
};
Expand Down

0 comments on commit 2ce2c5d

Please sign in to comment.