Created
August 2, 2017 02:48
-
-
Save refi64/7edfbcc2548d0dd7667405014bdd7d60 to your computer and use it in GitHub Desktop.
init
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
howl.bindings.push | |
editor: | |
ctrl_q: (editor) -> | |
if howl.app.editor.buffer.mode.name == "elm" | |
howl.command.run 'elm-doc' | |
else | |
howl.command.run 'show-doc-at-cursor' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment