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