emacs: fix lisp-hook's parens
This commit is contained in:
parent
23e8d5e465
commit
7c7f2fa23b
1 changed files with 2 additions and 1 deletions
|
@ -77,7 +77,8 @@ One will be created if none exist."
|
||||||
|
|
||||||
(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)
|
||||||
|
(setq-local tab-width 2))
|
||||||
(add-hook 'lisp-mode-hook 'lisp-hook)
|
(add-hook 'lisp-mode-hook 'lisp-hook)
|
||||||
(add-hook 'lisp-data-mode-hook 'lisp-hook)
|
(add-hook 'lisp-data-mode-hook 'lisp-hook)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue