mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 14:47:29 -04:00
Add a further customization to the SGML Emacs mode to prevent the use of
tabs in the documentation source.
This commit is contained in:
parent
b2c51e6eba
commit
f7ad9cab30
1 changed files with 1 additions and 0 deletions
|
|
@ -85,6 +85,7 @@
|
|||
(interactive)
|
||||
(sgml-mode)
|
||||
|
||||
(setq indent-tabs-mode nil)
|
||||
(setq sgml-basic-offset 1)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue