mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
set nix-indent-function to #'nix-indent-line
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user