From 41ae116539938f35f43be1d4a5c889a13edbbcc6 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Sat, 15 Jun 2013 00:38:48 -0400 Subject: [PATCH] [emacs] Only load quicklisp slime-helper if it's installed --- .emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index aa59718..d36fb2d 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -26,7 +26,8 @@ ;; (setq stack-trace-on-error t) ;; SLIME -(load (expand-file-name "~/quicklisp/slime-helper.el")) +(if (file-exists-p "~/quicklisp/slime-helper.el") + (load (expand-file-name "~/quicklisp/slime-helper.el"))) ;; Erlang configuration (add-to-list