8 lines
222 B
EmacsLisp
8 lines
222 B
EmacsLisp
|
;;; config.el --- description -*- lexical-binding: t; -*-
|
||
|
|
||
|
(def-package! company-nixos-options
|
||
|
:when (featurep! :completion company)
|
||
|
:after nix-mode
|
||
|
:config
|
||
|
(set-company-backend! 'nix-mode 'company-nixos-options))
|