Skip to content

Instantly share code, notes, and snippets.

@syohex
Created April 22, 2014 03:06
Show Gist options
  • Save syohex/11164127 to your computer and use it in GitHub Desktop.
Save syohex/11164127 to your computer and use it in GitHub Desktop.
minimum configuration for auto-complete gtags source
;; set `load-path' auto-complete and its dependencies
(require 'auto-complete-config)
(ac-config-default)
(global-auto-complete-mode t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment