diff options
author | Alan Pearce | 2016-09-28 19:47:07 +0200 |
---|---|---|
committer | Alan Pearce | 2016-09-28 19:47:07 +0200 |
commit | de873fa7862854058e1c6ba85fdfc5e5457d34a2 (patch) | |
tree | 2306e9d8de2fbae4f4661e15601ed1fb1fed3220 | |
parent | 1a8e7c9478f9d5f7190cf59458193f3303650b11 (diff) | |
download | nixfiles-de873fa7862854058e1c6ba85fdfc5e5457d34a2.tar.lz nixfiles-de873fa7862854058e1c6ba85fdfc5e5457d34a2.tar.zst nixfiles-de873fa7862854058e1c6ba85fdfc5e5457d34a2.zip |
Emacs: Install and configure nixos completions
-rw-r--r-- | tag-emacs/emacs.d/init.org | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index ea69dad5..5d170656 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 |