diff options
author | Alan Pearce | 2017-05-22 12:40:42 +0200 |
---|---|---|
committer | Alan Pearce | 2017-05-22 12:40:42 +0200 |
commit | 0e56fb4d2f283fa5548e205dcd6e0e924f98c91c (patch) | |
tree | 9d0702c9e7c2d1f8e3c1b96e913c15475a8c6ce7 /emacs | |
parent | 256624894ef9a1c23ae7dc5464029542398ca7ca (diff) | |
download | nixfiles-0e56fb4d2f283fa5548e205dcd6e0e924f98c91c.tar.lz nixfiles-0e56fb4d2f283fa5548e205dcd6e0e924f98c91c.tar.zst nixfiles-0e56fb4d2f283fa5548e205dcd6e0e924f98c91c.zip |
Emacs: Load company-nixos-options later
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/init.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index fe3c6435..c4022517 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 |