author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Thu, 26 Jan 2017 17:33:34 +0200 | |
changeset 1462 | 9587cf641288 |
parent 1461 | 2b12d4f7f8a4 |
child 1463 | 4c92e9fc2efd |
--- a/.emacs-my Thu Jan 26 17:28:12 2017 +0200 +++ b/.emacs-my Thu Jan 26 17:33:34 2017 +0200 @@ -3375,6 +3375,8 @@ (defun my/sh-company-setup () (make-local-variable 'company-backends) (setq company-backends '((company-capf company-files company-dabbrev-code))) + (make-local-variable 'company-dabbrev-code-other-buffers) + (setq company-dabbrev-code-other-buffers t) (company-mode 1)) (when (featurep 'company)