]> code.delx.au - gnu-emacs-elpa/commitdiff
Changed default for company-eclim-auto-save.
authorNikolaj Schumacher <git@nschum.de>
Mon, 22 Feb 2010 21:05:45 +0000 (22:05 +0100)
committerNikolaj Schumacher <git@nschum.de>
Tue, 23 Feb 2010 14:17:09 +0000 (15:17 +0100)
company-eclim.el

index 16fc7cb52e97f449d85d5112eeadd9f22f8e62c5..a9312f8ff4e553dd129d5b4b1f085399a1c55597 100644 (file)
@@ -35,7 +35,7 @@
   :group 'company
   :type 'file)
 
-(defcustom company-eclim-auto-save nil
+(defcustom company-eclim-auto-save t
   "*Determines whether to save the buffer when retrieving completions.
 eclim can only complete correctly when the buffer has been saved."
   :group 'company