Skip to content

Instantly share code, notes, and snippets.

@dgutov
Created May 21, 2013 23:03
Show Gist options
  • Save dgutov/5623984 to your computer and use it in GitHub Desktop.
Save dgutov/5623984 to your computer and use it in GitHub Desktop.
company-mode, Spartan Edition
(setq company-frontends '(company-echo-strip-common-frontend)
company-require-match nil
company-backends '(company-capf))
(define-key company-mode-map (kbd "C-M-i") 'company-complete)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment