company-dabbrev-other-buffers
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 26 Jan 2017 15:56:33 +0200
changeset 1456 d8a8d3b3ac48
parent 1455 d1849bd33ed5
child 1457 25fdf2cd36de
company-dabbrev-other-buffers
.emacs-my
--- a/.emacs-my	Thu Jan 26 15:23:59 2017 +0200
+++ b/.emacs-my	Thu Jan 26 15:56:33 2017 +0200
@@ -1112,8 +1112,14 @@
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 (message "company")
 
+(setq company-dabbrev-other-buffers 'all) ; or `t' or `nil'
+;; (setq company-dabbrev-time-limit 0.1)
 (setq company-dabbrev-downcase nil)
 
+;; (setq company-backends (delete 'company-dabbrev company-backends))
+
+;; company-transformers
+
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 (message "bookmark")