Fixed indentation for conf mode
This commit is contained in:
@@ -31,6 +31,10 @@ Indent using tabs, render with tab-width of 2.
|
|||||||
(setq sh-indentation 2)
|
(setq sh-indentation 2)
|
||||||
(smart-tabs-insinuate 'c 'c++ 'java 'javascript 'python)
|
(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
|
#+END_SRC
|
||||||
** Line numbers
|
** Line numbers
|
||||||
|
|||||||
Reference in New Issue
Block a user