Skip to content

Instantly share code, notes, and snippets.

@mnzk
Last active December 18, 2015 22:59
Show Gist options
  • Save mnzk/5858085 to your computer and use it in GitHub Desktop.
Save mnzk/5858085 to your computer and use it in GitHub Desktop.
(require 'cl)
(macrolet ((hook (&body exprs)
`(add-hook 'groovy-mode-hook
'(lambda () ,@exprs))))
(hook (require 'groovy-electric)
(groovy-electric-mode)
(linum-mode 1)
(paredit-mode 1)
(guru-mode 1)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment