Skip to content

Commit

Permalink
silent failure when eclimd-executable is invalid (#1)
Browse files Browse the repository at this point in the history
Corrected the customize UI for variable, eclimd-executable.
  • Loading branch information
vhallac committed May 29, 2012
1 parent bdde68a commit c4d09ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eclimd.el
Expand Up @@ -37,7 +37,8 @@
Set to nil to auto-discover from `eclim-executable' value (the default value).
Set to \"eclimd\" if eclim and eclimd are in `exec-path'. Otherwise, set to
the full path to eclimd executable."
:type 'string
:type '(choice (const :tag "Same directory as eclim-executable variable" nil)
(string :tag "Custom value" "eclimd"))
:group 'eclimd)

(defcustom eclimd-default-workspace
Expand Down

0 comments on commit c4d09ee

Please sign in to comment.