Skip to content

Instantly share code, notes, and snippets.

@weavejester
Created December 13, 2014 02:30
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 weavejester/569a6eb40d28f9edbd2c to your computer and use it in GitHub Desktop.
Save weavejester/569a6eb40d28f9edbd2c to your computer and use it in GitHub Desktop.
(defun indent-or-complete ()
(interactive)
(if (looking-at "\\_>")
(company-complete-common)
(indent-according-to-mode)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment