fix(nix-mode): Use nix-indent-line as indentation function
This commit is contained in:
parent
0f9136ab88
commit
2c5946163c
1 changed files with 4 additions and 0 deletions
4
init.el
4
init.el
|
@ -134,6 +134,10 @@
|
|||
(add-to-list 'auto-mode-alist '("\\.md\\'" . markdown-mode)))
|
||||
|
||||
(use-package markdown-toc)
|
||||
|
||||
(use-package nix-mode
|
||||
:bind (:map nix-mode-map ("<tab>" . nix-indent-line)))
|
||||
|
||||
(use-package nginx-mode)
|
||||
(use-package rust-mode)
|
||||
(use-package terraform-mode)
|
||||
|
|
Loading…
Reference in a new issue