mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 11:06:17 +00:00
[emacs] Fancier lisp
This commit is contained in:
parent
9d6e416deb
commit
90c8c50c01
1 changed files with 3 additions and 2 deletions
|
@ -11,8 +11,9 @@
|
|||
(add-hook mode-hook (lambda ()
|
||||
(show-paren-mode)
|
||||
(electric-indent-mode 1)
|
||||
(rainbow-delimiters-mode)
|
||||
(rainbow-identifiers-mode)))
|
||||
(paredit-mode 1)
|
||||
(rainbow-delimiters-mode 1)
|
||||
(rainbow-identifiers-mode 1)))
|
||||
)
|
||||
'(lisp-mode-hook
|
||||
emacs-lisp-mode-hook
|
||||
|
|
Loading…
Reference in a new issue