Change tab display width
M-x set-variable
Set variable: tab-width
This change the display width.
To change it permenantly, try (not verified):
(setq-default indent-tabs-mode nil)
(setq-default tab-width 4)
(setq indent-line-function 'insert-tab)
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
M-x set-variable
Set variable: tab-width
This change the display width.
To change it permenantly, try (not verified):
(setq-default indent-tabs-mode nil)
(setq-default tab-width 4)
(setq indent-line-function 'insert-tab)