Unblock nix by disabling company mode

This commit is contained in:
coolneng 2020-10-06 01:48:18 +02:00
parent 46f629b479
commit c1d3ac52a6
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 0 deletions

View File

@ -46,3 +46,5 @@
(setq doom-localleader-key ",")
;; Show matching parenthesis on the minibuffer
(after! smartparens (show-smartparens-global-mode t))
;; Disable company mode in Nix
(setq-hook! 'nix-mode-hook company-idle-delay nil)