From de873fa7862854058e1c6ba85fdfc5e5457d34a2 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 28 Sep 2016 19:47:07 +0200 Subject: Emacs: Install and configure nixos completions --- tag-emacs/emacs.d/init.org | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tag-emacs/emacs.d') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index ea69dad..5d17065 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -899,6 +899,13 @@ seems to work perfectly well for me. :after company) #+END_SRC +#+BEGIN_SRC emacs-lisp + (use-package company-nixos-options + :if (eq system-type 'gnu/linux) + :config (progn + (add-to-list 'company-backends 'company-nixos-options))) +#+END_SRC + * Dates & Times ** Calendar -- cgit 1.4.1