set nix-indent-function to #'nix-indent-line

This commit is contained in:
Aria Edmonds 2019-01-22 10:43:20 +11:00
parent 4b62f1215e
commit 8e4635bdc8

View file

@ -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