use default nix-indent-function

See https://github.com/NixOS/nix-mode/pull/79
This commit is contained in:
Vladyslav M
2019-06-15 15:37:32 +03:00
committed by GitHub
parent c705ceeb4c
commit 3bbd4e3008

View File

@ -5,8 +5,6 @@
:config
(set-company-backend! 'nix-mode 'company-nixos-options)
(setq nix-indent-function #'nix-indent-line)
(map! :localleader
:map nix-mode-map
"f" #'nix-update-fetch