This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/configure.ac b/configure.ac | |
| index d13dddfd9a..525c4c6703 100644 | |
| --- a/configure.ac | |
| +++ b/configure.ac | |
| @@ -483,7 +483,7 @@ AC_DEFUN | |
| [with_file_notification=$with_features]) | |
| OPTION_DEFAULT_OFF([xwidgets], | |
| - [enable use of some gtk widgets in Emacs buffers (requires gtk3)]) | |
| + [enable use of some gtk widgets in Emacs buffers (requires gtk3 or macOS Cocoa)]) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Array.from(document.querySelectorAll("*")).map(el => el.className).filter(x => x).reduce((a, b) => a + " " + b) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tap "homebrew/bundle" | |
| tap "homebrew/cask" | |
| tap "homebrew/cask-fonts" | |
| tap "homebrew/core" | |
| tap "homebrew/services" | |
| brew "cmake" | |
| brew "dnscrypt-proxy", restart_service: true | |
| brew "fish" | |
| brew "roswell" | |
| brew "tmux" |
NewerOlder