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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,8 +5,6 @@
: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