.emacs-my
changeset 1465 9def370d67f4
parent 1464 bc41ca628f69
child 1466 6814b46a6619
equal deleted inserted replaced
1464:bc41ca628f69 1465:9def370d67f4
  1114 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1114 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1115 (message "company")
  1115 (message "company")
  1116 
  1116 
  1117 (when (and (fboundp 'package-installed-p) (package-installed-p 'company))
  1117 (when (and (fboundp 'package-installed-p) (package-installed-p 'company))
  1118   (require 'company))
  1118   (require 'company))
       
  1119 
       
  1120 (setq company-tooltip-align-annotations t)
  1119 
  1121 
  1120 (setq company-dabbrev-other-buffers 'all) ; or `t' or `nil'
  1122 (setq company-dabbrev-other-buffers 'all) ; or `t' or `nil'
  1121 ;; (setq company-dabbrev-time-limit 0.1)
  1123 ;; (setq company-dabbrev-time-limit 0.1)
  1122 (setq company-dabbrev-downcase nil)
  1124 (setq company-dabbrev-downcase nil)
  1123 
  1125