Skip to content

Instantly share code, notes, and snippets.

@wookay
Last active November 14, 2019 13:19
Show Gist options
  • Save wookay/a4c3c1cf8d6829a127b1f796fbe9d1e4 to your computer and use it in GitHub Desktop.
Save wookay/a4c3c1cf8d6829a127b1f796fbe9d1e4 to your computer and use it in GitHub Desktop.
thinking.jl
🤔= 3
println(2🤔)
@wookay
Copy link
Author

wookay commented Nov 14, 2019

julia> using REPL

julia> REPL.REPLCompletions.emoji_symbols["\\:thinking:"] = "🤔"
"🤔"

julia> \:thinking:      # <TAB>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment