mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03: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:
@ -85,6 +85,7 @@
|
|||||||
(interactive)
|
(interactive)
|
||||||
(sgml-mode)
|
(sgml-mode)
|
||||||
|
|
||||||
|
(setq indent-tabs-mode nil)
|
||||||
(setq sgml-basic-offset 1)
|
(setq sgml-basic-offset 1)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user