Skip to content

Commit

Permalink
Update case sensitivity settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
yveszoundi committed Sep 5, 2014
1 parent dfb6f48 commit 93cf40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion company-emacs-eclim.el
Expand Up @@ -66,7 +66,7 @@
(meta (eclim--completion-documentation
(concat arg (company-emacs-eclim--annotation arg))))
(no-cache (equal arg ""))
(ignore-case t)
(ignore-case nil)
(sorted t)
(post-completion (let ((ann (company-emacs-eclim--annotation arg)))
(when ann (insert ann))
Expand Down

0 comments on commit 93cf40a

Please sign in to comment.