Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxxr committed Nov 4, 2024
1 parent 2ea5519 commit 4d761b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/nix-mode/nix-mode.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
:mode-hook *nix-mode-hook*)
(setf (variable-value 'enable-syntax-highlight) t
(variable-value 'indent-tabs-mode) nil
(variable-value 'tab-width) 2
(variable-value 'tab-width) 8
(variable-value 'calc-indent-function) 'indent:calc-indent
(variable-value 'line-comment) "#"
(variable-value 'beginning-of-defun-function) 'indent:beginning-of-defun
Expand Down

0 comments on commit 4d761b2

Please sign in to comment.