emacs: indent sgml files with spaces
This commit is contained in:
parent
c30421cc19
commit
4822d2179e
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue