Fixed indentation for conf mode
This commit is contained in:
parent
6988108459
commit
3443417f95
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user