emacs: indent sgml files with spaces

This commit is contained in:
Jeremy Baxter 2024-04-25 10:03:18 +12:00
parent c30421cc19
commit 4822d2179e

View file

@ -60,6 +60,8 @@
(add-hook 'text-mode-hook 'hl-line-mode) (add-hook 'text-mode-hook 'hl-line-mode)
(add-hook 'prog-mode-hook 'indent-tab-hook) (add-hook 'prog-mode-hook 'indent-tab-hook)
(add-hook 'sgml-mode-hook 'indent-spc-hook)
(defun lisp-hook () (defun lisp-hook ()
(indent-spc-hook) (indent-spc-hook)
(keymap-local-set "C-c l" 'common-lisp-hyperspec)) (keymap-local-set "C-c l" 'common-lisp-hyperspec))