Merge pull request #1128 from ar1a/nix-indent
set nix-indent-function to #'nix-indent-line
This commit is contained in:
commit
6bbc095694
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
||||||
:config
|
:config
|
||||||
(set-company-backend! 'nix-mode 'company-nixos-options)
|
(set-company-backend! 'nix-mode 'company-nixos-options)
|
||||||
|
|
||||||
|
(setq nix-indent-function #'nix-indent-line)
|
||||||
|
|
||||||
(map! :localleader
|
(map! :localleader
|
||||||
:map nix-mode-map
|
:map nix-mode-map
|
||||||
"f" #'nix-update-fetch
|
"f" #'nix-update-fetch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue