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 d3851c4 commit d1f8156Copy full SHA for d1f8156
etc/emacs-x.scm
@@ -36,12 +36,7 @@
36
(search-patches "emacs-next-exec-path.patch"
37
"emacs-fix-scheme-indent-function.patch"
38
"emacs-next-native-comp-driver-options.patch"
39
- "emacs-pgtk-super-key-fix.patch"))))
40
- (arguments
41
- (substitute-keyword-arguments
42
- (package-arguments emacs)
43
- ((#:configure-flags flags #~'())
44
- #~(cons* "--with-native-compilation=no" (delete "--with-native-compilation=aot" #$flags))))))))
+ "emacs-pgtk-super-key-fix.patch")))))))
45
46
(define (tree-sitter-delete-generated-files grammar-directories)
47
#~(begin
0 commit comments