Fixed indentation for conf mode

This commit is contained in:
2024-03-07 11:12:07 -07:00
parent 6988108459
commit 3443417f95

View File

@@ -31,6 +31,10 @@ Indent using tabs, render with tab-width of 2.
(setq sh-indentation 2)
(smart-tabs-insinuate 'c 'c++ 'java 'javascript 'python)
(add-hook 'conf-mode-hook
(lambda ()
(setq indent-line-function #'insert-tab
indent-tabs-mode t)))
#+END_SRC
** Line numbers