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

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