diff --git a/config.el b/config.el index dcfdc02..8d4215b 100644 --- a/config.el +++ b/config.el @@ -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)