Skip to content

Instantly share code, notes, and snippets.

@wjlroe
Created May 29, 2011 22:49
Show Gist options
  • Save wjlroe/998200 to your computer and use it in GitHub Desktop.
Save wjlroe/998200 to your computer and use it in GitHub Desktop.
(setq android-mode-sdk-dir "~/android-sdk-mac_86/")
(require 'android-mode)
(require 'java-mode-indent-annotations)
(setq java-mode-hook
(function (lambda()
(java-mode-indent-annotations-setup))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment