Merge pull request #1128 from ar1a/nix-indent

set nix-indent-function to #'nix-indent-line
This commit is contained in:
Henrik Lissner 2019-01-21 22:24:34 -05:00 committed by GitHub
commit 6bbc095694
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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