From 6c6d76608301c24973a948bb693940a003f2a747 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 18 May 2013 21:53:26 +0100 Subject: Emacs: add redshank-mode and install into lisp hooks --- emacs/init.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emacs/init.el') diff --git a/emacs/init.el b/emacs/init.el index 46ecbde..877e5fd 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -831,6 +831,7 @@ Also returns nil if pid is nil." (if (featurep 'autopair) (autopair-mode -1)) (paredit-mode +1) + (redshank-mode +1) (eldoc-add-command 'paredit-backward-delete 'paredit-close-round) (if (featurep 'auto-indent-mode) @@ -861,6 +862,9 @@ Also returns nil if pid is nil." run-geiser run-racket)) +(use-package redshank + :ensure t) + (use-package geiser-base :defer t :config (use-package quack)) -- cgit 1.4.1