Revert "Disable company exclusively on Nix"

This reverts commit 53b4fffbee.
This commit is contained in:
coolneng 2020-08-23 13:22:01 +02:00
parent c1cec965b3
commit 9c386ba5c1
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@
(message "No Compilation Errors!")))))
;; Enable writeroom for text modes
(setq writeroom-major-modes '(markdown-mode org-mode))
;; Disable company in Nix mode
(set-company-backend! 'nix-mode nil)
;; Speed up company mode
(setq company-idle-delay nil)
;; Use Microsoft's python language server by default
(after! lsp-python-ms
(set-lsp-priority! 'mspyls 1))