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