all repos — nixfiles @ de873fa7862854058e1c6ba85fdfc5e5457d34a2

System and user configuration, managed by nix and home-manager

Emacs: Install and configure nixos completions

Alan Pearce
commit

de873fa7862854058e1c6ba85fdfc5e5457d34a2

parent

1a8e7c9478f9d5f7190cf59458193f3303650b11

1 file changed, 7 insertions(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -899,6 +899,13 @@ (use-package company-web
: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