# HG changeset patch # User Oleksandr Gavenko # Date 1485444492 -7200 # Node ID 2b12d4f7f8a48fe9d8baaf6b37cbca7f46a43997 # Parent d6606777ff0a5b4120a4b3a8527362388653c65c Improve company-mode integration for shell mode. diff -r d6606777ff0a -r 2b12d4f7f8a4 .emacs-my --- a/.emacs-my Thu Jan 26 17:27:01 2017 +0200 +++ b/.emacs-my Thu Jan 26 17:28:12 2017 +0200 @@ -3374,7 +3374,7 @@ (defun my/sh-company-setup () (make-local-variable 'company-backends) - (setq company-backends '((company-capf company-files))) + (setq company-backends '((company-capf company-files company-dabbrev-code))) (company-mode 1)) (when (featurep 'company)