From 7cab57f33d12c199349f4f801f85d6c647c099ed Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 23 Dec 2019 14:17:16 -0800 Subject: emacs: don't complete abbreviations. If I understand correctly, this was trying to complete 'words' based on the rest of the document, which I don't want. --- emacs.d/custom/fcuny-company.el | 1 - 1 file changed, 1 deletion(-) diff --git a/emacs.d/custom/fcuny-company.el b/emacs.d/custom/fcuny-company.el index 69b6203..fab7c99 100644 --- a/emacs.d/custom/fcuny-company.el +++ b/emacs.d/custom/fcuny-company.el @@ -3,7 +3,6 @@ :diminish company-mode :custom - (company-backends (delete 'company-dabbrev company-backends)) (company-minimum-prefix-length 2) (company-tooltip-align-annotations t) (company-tooltip-limit 12) -- cgit 1.4.1