.emacs-my
changeset 1690 66790aade06e
parent 1688 0bab53c47567
child 1691 e09737722983
equal deleted inserted replaced
1689:96846689e388 1690:66790aade06e
  1265 
  1265 
  1266 (setq helm-locate-command "locate %s -e %s")
  1266 (setq helm-locate-command "locate %s -e %s")
  1267 
  1267 
  1268 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1268 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1269 (message "company")
  1269 (message "company")
  1270 
       
  1271 (when (and (fboundp 'package-installed-p) (package-installed-p 'company))
       
  1272   (require 'company))
       
  1273 
  1270 
  1274 (setq company-tooltip-align-annotations t)
  1271 (setq company-tooltip-align-annotations t)
  1275 
  1272 
  1276 (setq company-dabbrev-other-buffers 'all) ; or `t' or `nil'
  1273 (setq company-dabbrev-other-buffers 'all) ; or `t' or `nil'
  1277 ;; (setq company-dabbrev-time-limit 0.1)
  1274 ;; (setq company-dabbrev-time-limit 0.1)