Skip to content

Instantly share code, notes, and snippets.

@goranmoomin
goranmoomin / 1_all_webkit.patch
Last active May 16, 2019 13:14
One-stop patch for Emacs NS-port xwidget (by @veshboo)
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)])
@goranmoomin
goranmoomin / modern-template.svg
Created February 25, 2019 18:21
Github badge template compatible with `gh-badges` from `badge/shield`
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Array.from(document.querySelectorAll("*")).map(el => el.className).filter(x => x).reduce((a, b) => a + " " + b)
@goranmoomin
goranmoomin / Brewfile
Last active February 4, 2019 16:51
Bootstraping my laptop
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"