summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-05-22 12:40:42 +0200
committerAlan Pearce2017-05-22 12:40:42 +0200
commit0e56fb4d2f283fa5548e205dcd6e0e924f98c91c (patch)
tree9d0702c9e7c2d1f8e3c1b96e913c15475a8c6ce7 /emacs
parent256624894ef9a1c23ae7dc5464029542398ca7ca (diff)
downloaddotfiles-0e56fb4d2f283fa5548e205dcd6e0e924f98c91c.tar.lz
dotfiles-0e56fb4d2f283fa5548e205dcd6e0e924f98c91c.tar.zst
dotfiles-0e56fb4d2f283fa5548e205dcd6e0e924f98c91c.zip
Emacs: Load company-nixos-options later
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index fe3c643..c402251 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -1035,6 +1035,7 @@ seems to work perfectly well for me.
 
 #+BEGIN_SRC emacs-lisp
 (use-package company-nixos-options
+  :defer 30
   :config (progn
             (add-to-list 'company-backends 'company-nixos-options)))
 #+END_SRC