Merge pull request #1496 from dywedir/patch-1

lang/nix: use default `nix-indent-function`
This commit is contained in:
Henrik Lissner 2019-06-15 20:59:01 +02:00 committed by GitHub
commit be3f6fb38f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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