Skip to content

Instantly share code, notes, and snippets.

@deadghost
Created December 5, 2016 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deadghost/aac698098c2f73a6865d48274976a644 to your computer and use it in GitHub Desktop.
Save deadghost/aac698098c2f73a6865d48274976a644 to your computer and use it in GitHub Desktop.
(global-company-mode)
(define-key company-active-map [tab] 'company-select-next)
(define-key company-active-map (kbd "<backtab>") 'company-select-previous)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment