Skip to content

Commit

Permalink
Document how to tell malabar-mode where groovysh lives
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhw committed Feb 27, 2009
1 parent 283e9e8 commit 0e939c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ released version. Fortunately, building is pretty easy:
(require 'malabar-mode)
(setq malabar-groovy-lib-dir "/path/to/malabar/lib")
;; If groovysh is not on your PATH
(setq malabar-groovy-command "/path/to/groovysh")
(add-to-list 'auto-mode-alist '("\\.java\\'" . malabar-mode))

=======
Expand Down

0 comments on commit 0e939c3

Please sign in to comment.