summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2016-09-28 19:47:07 +0200
committerAlan Pearce2016-09-28 19:47:07 +0200
commitde873fa7862854058e1c6ba85fdfc5e5457d34a2 (patch)
tree2306e9d8de2fbae4f4661e15601ed1fb1fed3220 /tag-emacs/emacs.d
parent1a8e7c9478f9d5f7190cf59458193f3303650b11 (diff)
downloaddotfiles-de873fa7862854058e1c6ba85fdfc5e5457d34a2.tar.lz
dotfiles-de873fa7862854058e1c6ba85fdfc5e5457d34a2.tar.zst
dotfiles-de873fa7862854058e1c6ba85fdfc5e5457d34a2.zip
Emacs: Install and configure nixos completions
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.org7
1 files changed, 7 insertions, 0 deletions
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