Skip to content

Instantly share code, notes, and snippets.

@yaotti
Created October 2, 2009 17:02
Show Gist options
  • Save yaotti/199913 to your computer and use it in GitHub Desktop.
Save yaotti/199913 to your computer and use it in GitHub Desktop.
(require 'typing-outputz)
(global-typing-outputz-mode t)
(add-to-list 'typing-outputz-counted-commands
'skk-insert)
(setq typing-outputz-key
(caddr (split-string
(shell-command-to-string
(mapconcat 'identity '("pit" "get" "outputz.com") " ")))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment