mirror of
https://git.sr.ht/~magic_rb/website
synced 2024-11-21 15:54:21 +01:00
Disable tab indentation
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
eae4d0802a
commit
8a6d56e247
4
make.el
4
make.el
|
@ -42,7 +42,9 @@
|
|||
org-export-headline-levels 6
|
||||
; emacs-htmlize does not work when Emacs is ran in =script= mode unfortunately
|
||||
;; org-html-html5-fancy t
|
||||
org-html-htmlize-output-type 'css)
|
||||
org-html-htmlize-output-type 'css
|
||||
indent-tabs-mode nil)
|
||||
(setq-default indent-tabs-mode nil)
|
||||
|
||||
|
||||
(defvar magic_rb/asset-include
|
||||
|
|
Loading…
Reference in a new issue